1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Document 'auto_start' in fig.yml

Signed-off-by: Chris Corbyn <chris@w3style.co.uk>
This commit is contained in:
d11wtq 2014-06-08 23:00:15 +00:00 committed by Chris Corbyn
parent ab1fbc96c3
commit 85b9619799

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