From 85b96197999d26da42d74a3768ec02833a7e2946 Mon Sep 17 00:00:00 2001 From: d11wtq Date: Sun, 8 Jun 2014 23:00:15 +0000 Subject: [PATCH] Document 'auto_start' in fig.yml Signed-off-by: Chris Corbyn --- docs/yml.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/yml.md b/docs/yml.md index 24484d4f..8a69dffc 100644 --- a/docs/yml.md +++ b/docs/yml.md @@ -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