greyltc / docker-owncloud

Arch linux based docker container with owncloud
111 stars 37 forks source link

Permissions with docker in windows #109

Closed vvallee closed 7 years ago

vvallee commented 7 years ago

Hi, I've configured with your recommendations, including ;

volumes:

/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?

vvallee commented 7 years ago

I have also tried your nextcloud container, with the same issue :(

greyltc commented 7 years ago

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?

greyltc commented 7 years ago

Closing because no response from anyone.