Windows compatibility
COMPOSE_PATH_SEPARATOR If set, the value of the COMPOSE_FILE environment variable will be separated using this character as path separator.
This commit is contained in:
parent
e779bf96ab
commit
cf136f891b
|
@ -26,6 +26,7 @@ DATA_SAVE_PATH=~/.laradock/data
|
||||||
# Select which docker-compose files to include.
|
# 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
|
# If using docker-sync. Set the value to: docker-compose.yml:docker-compose.dev.yml:docker-compose.sync.yml
|
||||||
|
|
||||||
|
COMPOSE_PATH_SEPARATOR=:
|
||||||
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
|
COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
|
||||||
|
|
||||||
### Docker Host IP #####################################################################################################
|
### Docker Host IP #####################################################################################################
|
||||||
|
|
Loading…
Reference in New Issue