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

Directory permissions

Open octavioj opened this issue 4 years ago • 2 comments

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.

octavioj avatar Aug 22 '21 19:08 octavioj

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?

efrecon avatar Aug 23 '21 06:08 efrecon

I tried the owner route, but it did not work for me. I will explore the initialization route. Thank you.

octavioj avatar Aug 29 '21 18:08 octavioj