浏览代码

Merge pull request #1914 from bbirand/patch-1

Export COMPOSE_FILE
mnowster 10 年之前
父节点
当前提交
0074d74d7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/production.md

+ 1 - 1
docs/production.md

@@ -40,7 +40,7 @@ For this reason, you'll probably want to define a separate Compose file, say
 Once you've got an alternate configuration file, make Compose use it
 by setting the `COMPOSE_FILE` environment variable:
 
-    $ COMPOSE_FILE=production.yml
+    $ export COMPOSE_FILE=production.yml
     $ docker-compose up -d
 
 > **Note:** You can also use the file for a one-off command without setting