瀏覽代碼

Document 'auto_start' in fig.yml

Signed-off-by: Chris Corbyn <[email protected]>
d11wtq 11 年之前
父節點
當前提交
85b9619799
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/yml.md

+ 3 - 0
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