-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
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
Windows: Sync volume not mounting to container (windows bash issue) #402
Comments
@J-Fricke try replace this line: with absolute path or relative path starting with Also for debugging, try run |
@donnykurnia AFAIR we use expand to deal with ~, so that should actually work. But that needs to be debugged. but in the logs above, we see Also, why do you set sync_host_port: 10871 ? |
@donnykurnia Tested hard coding the user's path for this machine and it still gives the same error, so ~ is confirmed not the issue. @EugenMayer This is Ubuntu on WSL Windows. Unsure where that sync_host_port setting was derived, but it works fine on OSX version running elsewhere. Could remove that entry if it's not needed or change it to something else. |
port is auto-guessed so usually no need to set it usually |
@EugenMayer That's what I thought and how I initially had it, then one system complained so I added that in there. |
@J-Fricke seems like a compose issue, or more bash on windows. I will rename the issue and keep it open for people coming by until the issue has been fixed. Are you going to track it? |
@EugenMayer Yes, I've had to put it on hold a bit. I'll track this for now and update if I find a solution. |
Any updates here? We're currently stuck here as well. |
@MichaelFurtner No update currently, this project was put on hold and recently we simply decided to move forward with dev on another osx machine instead of attempting to get working with Windows. @EugenMayer Note as of right now, I will no longer be working on this one. |
closing this issue since we have no movement but also nothing to grip and work on |
Running this docker implementation of Magento:
|
@avremel the error that you got means that there are programs that already listen in port 80. Also, why put this issue here instead of on the mentioned github project? |
thanks @donnykurnia |
Keep getting this error when starting docker-sync-stack
Error
Nothing exists here on this path
/var/lib/docker/volumes/web-sync/_data
Sync strategy
default
docker-sync.yml
docker-compose.yml - relevant parts
OS
Windows WSL - Linux
The text was updated successfully, but these errors were encountered: