Hey,
this is probably a very simple issue but I don't get how it came to be.
I setup a containter that contained the following volume:
- /MEDIA/downloads:/downloads
That worked fine, volume got created and the container has no issue writing in the folder.
The issue that my SMB account now has only read access to the downloads and sub directory.
This is the output for
ls -lr /MEDIA/
Code
$ ls -al /MEDIA/
total 60
drwxrwsr-x 1 root users 118 May 13 11:50 .
drwxr-xr-x 1 root root 18 May 6 10:14 ..
drwxr-sr-x 1 appuser users 104 May 13 11:48 downloads
drwxrwsr-x 1 root users 36 May 9 22:07 entertainment
$
As you can see, the owner of downloads as wanted is appuser, but write access for users seems missing. I can figure out how to re-add that permission even without reset permissions, but I don't get why it was setup that way to beginn with.
What did I screw up?
Greetings.