From c6e9b1ed5df797ddaecce1a42c44e36485e87dc1 Mon Sep 17 00:00:00 2001 From: Marius van Zundert Date: Tue, 21 Mar 2017 11:21:26 +0100 Subject: [PATCH 1/3] Fixed path variable for windows users --- env-example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/env-example b/env-example index 7d5b154a..8b24deec 100644 --- a/env-example +++ b/env-example @@ -1,3 +1,6 @@ +# Fix for windows users to make sure the application path works. +COMPOSE_CONVERT_WINDOWS_PATHS=1 + ### Application # Point to your application code, wish should be available at `/var/www` From 4f416da26b103331d96bcb6136355c29ab155e7d Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Tue, 21 Mar 2017 10:01:37 -0400 Subject: [PATCH 2/3] add missing env variable `APPLICATION` closes #703 --- env-example | 1 + 1 file changed, 1 insertion(+) diff --git a/env-example b/env-example index 35ce745f..50e45fb9 100644 --- a/env-example +++ b/env-example @@ -1,5 +1,6 @@ ### Application # Point to your application code, wish should be available at `/var/www` +APPLICATION=../ ### PHP version (Does not apply for HHVM) # PHP_VERSION=55 From 09c5ad273cbf557df875e639374022904b7e72e0 Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Tue, 21 Mar 2017 10:06:26 -0400 Subject: [PATCH 3/3] re-position `COMPOSE_CONVERT_WINDOWS_PATHS` --- env-example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/env-example b/env-example index 48bbd6dd..4405222f 100644 --- a/env-example +++ b/env-example @@ -1,6 +1,3 @@ -# Fix for windows users to make sure the application path works. -COMPOSE_CONVERT_WINDOWS_PATHS=1 - ### Application # Point to your application code, wish should be available at `/var/www` APPLICATION=../ @@ -126,5 +123,7 @@ PMA_PORT=88 DOCKER_HOST_IP=10.0.75.1 # The Remote Interpreter entry matching name `laradock` PHP_IDE_CONFIG=serverName=laradock +# Fix for windows users to make sure the application path works. +COMPOSE_CONVERT_WINDOWS_PATHS=1 ### to be continue neo4j mongo rethinkdb redis aerospike pgadmin ...