You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: for web Cannot start service web: error while mounting volume
'/var/lib/docker/volumes/web-sync/_data':
error while mounting volume with options:
type='none' device='/home/User/Documents/dev/' o='bind': no such file or directory
Encountered errors while bringing up the project.
EXCEPTION: #<Docker::Compose::Error: 'up' failed with status 'pid 68 exit 1': Starting web>
MESSAGE: 'up' failed with status 'pid 68 exit 1': Starting web
docker-compose.yml - relevant parts to this container/volume
Note: ~ is working as expected, can see in the error it's expanding and also have tested hard coding in the path. Issue happens when attempting start using docker-sync-stack start and docker-compose up. From this I'm gathering it's an issue with docker-compose more than docker-sync. I have an issue reported here initially: EugenMayer/docker-sync#402
Started here to get Ubuntu via WSL on Windows working following instructions here: https://github.com/EugenMayer/docker-sync/wiki/docker-sync-on-Windows
Once that was working with hello-world container, this error reared it's head:
Error
docker-compose.yml - relevant parts to this container/volume
docker-sync.yml - Has where volume is mapping to
Note: ~ is working as expected, can see in the error it's expanding and also have tested hard coding in the path. Issue happens when attempting start using
docker-sync-stack start
anddocker-compose up
. From this I'm gathering it's an issue with docker-compose more than docker-sync. I have an issue reported here initially: EugenMayer/docker-sync#402Possibly also related to: #3073 & #3285
docker info
The text was updated successfully, but these errors were encountered: