Merge pull request #1293 from Rhymond/patch-1

Compatibility for COMPOSE_FILE
This commit is contained in:
Mahmoud Zalt 2017-12-04 08:51:32 +01:00 committed by GitHub
commit 694b39ddf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ DATA_SAVE_PATH=~/.laradock/data
# 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_PATH_SEPARATOR=:
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
### Docker Host IP #####################################################################################################