Added clarification on how to split multiple docker-compose files within COMPOSE_FILE on Windows

This commit is contained in:
francoisfaubert 2017-11-23 14:02:56 -05:00
parent e779bf96ab
commit 47c74d1334

View File

@ -25,6 +25,7 @@ DATA_SAVE_PATH=~/.laradock/data
### Docker compose files ###############################################################################################
# Select which docker-compose files to include.
# If using docker-sync. Set the value to: docker-compose.yml:docker-compose.dev.yml:docker-compose.sync.yml
# Change the separator from : to ; on Windows
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml