From c11658559a5bddc43ab76f51c90bebaab39927f3 Mon Sep 17 00:00:00 2001 From: francoisfaubert Date: Thu, 23 Nov 2017 14:21:38 -0500 Subject: [PATCH] Updated the documentation to illustrate my proposition --- DOCUMENTATION/content/getting-started/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DOCUMENTATION/content/getting-started/index.md b/DOCUMENTATION/content/getting-started/index.md index cbbdfb68..164aa861 100644 --- a/DOCUMENTATION/content/getting-started/index.md +++ b/DOCUMENTATION/content/getting-started/index.md @@ -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`