docker-symfony icon indicating copy to clipboard operation
docker-symfony copied to clipboard

Volumes path and Windows

Open maxpou opened this issue 8 years ago • 1 comments

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.

maxpou avatar Jan 24 '17 19:01 maxpou

https://stackoverflow.com/questions/42203488/settings-to-windows-firewall-to-allow-docker-for-windows-to-share-drive/43904051#43904051

vscapital avatar Dec 02 '18 18:12 vscapital