Add .env file for converting Windows paths to resolve issues with Docker Compose in Docker Toolbox (#531)

This commit is contained in:
Edmund Luong 2017-01-07 11:35:59 -05:00 committed by Philippe Trépanier
parent 1c9596dd80
commit b569765f82
2 changed files with 1 additions and 1 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
COMPOSE_CONVERT_WINDOWS_PATHS=1

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
.idea
/logs
/data
.env