Permissions with docker in windows
vvallee opened this issue · 3 comments
Hi, I've configured with your recommendations, including ;
volumes:
- /f/Downloads/MEDIA/OWN/data:/usr/share/webapps/owncloud/data
- /f/Downloads/MEDIA/OWN/config:/usr/share/webapps/owncloud/config
/bin/chown -R 33 /usr/share/webapps/owncloud/data
and ;
docker exec -it oc1 sh -c 'set-oc-perms runtime'
But the web interface still complains about the permissions. Must be something with windows, any ideas?
I have also tried your nextcloud container, with the same issue :(
hm. I don't really test in Windows, but the nature of docker should hopefully mean it doesn't matter. Maybe another windows user can comment here?
I guess vanilla with no volume mount doesn't give any complaints?
What is the actual exact permissions error message?
Closing because no response from anyone.