docker-nginx-webdav icon indicating copy to clipboard operation
docker-nginx-webdav copied to clipboard

Permission error -> Set owner of data directory

Open sausix opened this issue 10 months ago • 1 comments

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!

sausix avatar Feb 20 '25 18:02 sausix