docker-nginx-webdav
docker-nginx-webdav copied to clipboard
Permission error -> Set owner of data directory
Tip!
For people who prefer local directories over volumes like me:
The local data directory has to match the owner of the running process.
It's www-data (inside the container) which is mapped to the numeric 33.
So just chown it after creation:
chown 33:33 data/
Cool project!