docker-webdav-client
docker-webdav-client copied to clipboard
Directory permissions
Hello,
I like the idea of your container. I put it inside a composer file to use with Duplicati but when the directory is mounted the permissions revert to root. Any idea how to fix this? I tried using the PUID and GUID but it did not help. Thank you and regards.
Have you tried:
- Changing the
OWNER. - Otherwise, maybe have a look at how stuff initialises here (similar project for S3) and send me a PR if it works better?
I tried the owner route, but it did not work for me. I will explore the initialization route. Thank you.