We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem it turn out that Windows users have problem with volume on a Windows host.
Solution Add COMPOSE_CONVERT_WINDOWS_PATHS=1 to the .env file should solve some problem when mounting volume.
COMPOSE_CONVERT_WINDOWS_PATHS=1
.env
See: docker-compose 1.9 release log
Related to #39.
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/42203488/settings-to-windows-firewall-to-allow-docker-for-windows-to-share-drive/43904051#43904051
Sorry, something went wrong.
No branches or pull requests
Problem
it turn out that Windows users have problem with volume on a Windows host.
Solution
Add
COMPOSE_CONVERT_WINDOWS_PATHS=1
to the.env
file should solve some problem when mounting volume.See: docker-compose 1.9 release log
Related to #39.
The text was updated successfully, but these errors were encountered: