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:
Chris Corbyn 2014-06-21 10:39:36 +00:00
commit 247691ca44
7 changed files with 11 additions and 24 deletions

View file

@ -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