We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
COMPOSE_CONVERT_WINDOWS_PATHS
1 parent 99b8a45 commit 09c5ad2Copy full SHA for 09c5ad2
1 file changed
env-example
@@ -1,6 +1,3 @@
1
-# Fix for windows users to make sure the application path works.
2
-COMPOSE_CONVERT_WINDOWS_PATHS=1
3
-
4
### Application
5
# Point to your application code, wish should be available at `/var/www`
6
APPLICATION=../
@@ -126,5 +123,7 @@ PMA_PORT=88
126
123
DOCKER_HOST_IP=10.0.75.1
127
124
# The Remote Interpreter entry matching name `laradock`
128
125
PHP_IDE_CONFIG=serverName=laradock
+# Fix for windows users to make sure the application path works.
+COMPOSE_CONVERT_WINDOWS_PATHS=1
129
130
### to be continue neo4j mongo rethinkdb redis aerospike pgadmin ...
0 commit comments