HI @binhex,
I have the docker settings for
UMASK=000, PUID=99, PGID=100
However when synchthing syncs the files from my seedbox to unraid the folders are created with the following permissions
drwxr-xr-x 1 nobody users
I cannot modify the files in the folder when i access from a SMB share because of the permissions. If I SSH to my server and run a
chmod -R 0777 foldername
I will then be able to modify the files in the folder that were synced by the docker container.
Would you be able to help?
Thanks