From 9ab84c5174f1b8c0254b71e267da7ca1afce7bbe Mon Sep 17 00:00:00 2001 From: Kai Neuwerth Date: Wed, 25 Apr 2018 08:30:33 +0200 Subject: [PATCH] Add COMPOSE_PROJECT_NAME to env-example --- env-example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/env-example b/env-example index 87f4cefe..b2aabba0 100644 --- a/env-example +++ b/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