浏览代码

Add COMPOSE_PROJECT_NAME to env-example

Kai Neuwerth 7 年之前
父节点
当前提交
9ab84c5174
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      env-example

+ 3 - 0
env-example

@@ -29,6 +29,9 @@ COMPOSE_FILE=docker-compose.yml
 # Change the separator from : to ; on Windows
 COMPOSE_PATH_SEPARATOR=:
 
+# Define the prefix of container names. This is useful if you have multiple projects that use laradock to have seperate containers per project.
+COMPOSE_PROJECT_NAME=laradock
+
 ### PHP Version ###########################################
 
 # Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.2 - 7.1 - 7.0 - 5.6 - 5.5