mirror of
https://github.com/docker/compose.git
synced 2025-07-30 09:04:12 +02:00
Document 'auto_start' in fig.yml
Signed-off-by: Chris Corbyn <chris@w3style.co.uk>
This commit is contained in:
parent
ab1fbc96c3
commit
85b9619799
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user