-
Notifications
You must be signed in to change notification settings - Fork 69
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
ERROR: for rclone-mount Cannot start service rclone-mount: path /host_mnt/Users/jandrop/mnt/gdrive is mounted on /host_mnt but it is not a shared mount #52
Comments
Hello jandrop, i have same error in Ubuntu 20, but same compose in Ubuntu 18 works fine! Saludos. |
I have the same error. Any ideas? Can someone post their working compose? |
I had the same issue, updated to |
Same error. Any updates? thx |
Installing docker directly instead of through snap will fix this issue |
The example rclone-mount/docker-compose.yml should work for ubuntu 18/20. Notice the version 2 of docker-compose! And yes, please dont use snap to install docker. Use https://docs.docker.com. Snap forces the app to use AppArmor (so maybe break some docker mechanics). |
I´m getting this error when I start the docker image, if I remove the :shared from the volume the service starts but is not sharing the content with the external volume.
I don´t know if this is an issue because of me or is something in your docker image.
This is my docker compose:
The text was updated successfully, but these errors were encountered: