Remove auto_start option from fig.yml.
This option is redundant now that services can be started along with links. Signed-off-by: Chris Corbyn <chris@w3style.co.uk>
This commit is contained in:
parent
0fc9cc65d1
commit
247691ca44
7 changed files with 11 additions and 24 deletions
|
|
@ -54,9 +54,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue