re-position `COMPOSE_CONVERT_WINDOWS_PATHS`
This commit is contained in:
parent
99b8a45f3b
commit
09c5ad273c
|
@ -1,6 +1,3 @@
|
||||||
# Fix for windows users to make sure the application path works.
|
|
||||||
COMPOSE_CONVERT_WINDOWS_PATHS=1
|
|
||||||
|
|
||||||
### Application
|
### Application
|
||||||
# Point to your application code, wish should be available at `/var/www`
|
# Point to your application code, wish should be available at `/var/www`
|
||||||
APPLICATION=../
|
APPLICATION=../
|
||||||
|
@ -126,5 +123,7 @@ PMA_PORT=88
|
||||||
DOCKER_HOST_IP=10.0.75.1
|
DOCKER_HOST_IP=10.0.75.1
|
||||||
# The Remote Interpreter entry matching name `laradock`
|
# The Remote Interpreter entry matching name `laradock`
|
||||||
PHP_IDE_CONFIG=serverName=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 ...
|
### to be continue neo4j mongo rethinkdb redis aerospike pgadmin ...
|
||||||
|
|
Loading…
Reference in New Issue