Browse Source

Document 'auto_start' in fig.yml

Signed-off-by: Chris Corbyn <[email protected]>
d11wtq 11 years ago
parent
commit
85b9619799
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/yml.md

+ 3 - 0
docs/yml.md

@@ -54,6 +54,9 @@ expose:
 volumes:
 volumes:
  - cache/:/tmp/cache
  - cache/:/tmp/cache
 
 
+-- Do not automatically run this service on `fig up` (default: true)
+auto_start: false
+
 -- Add environment variables.
 -- Add environment variables.
 environment:
 environment:
   RACK_ENV: development
   RACK_ENV: development