Unverified Commit ba61566f authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #1269 from francoisfaubert/master

Clarified how to split multiple docker-compose files on Windows
parents 9ae10d32 c1165855
......@@ -162,6 +162,7 @@ cp env-example .env
You can edit the `.env` file to chose which software's you want to be installed in your environment. You can always refer to the `docker-compose.yml` file to see how those variables are been used.
Depending on the host's operating system you may need to change the value given to `COMPOSE_FILE`. When you are running Laradock on Mac OS the correct file separator to use is `:`. When running Laradock from a Windows environment multiple files must be separated with `;`.
2 - Build the enviroment and run it using `docker-compose`
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment