In my configuration it's only working with UID=99, GID=100,UID Name=99, GID Name=users
Otherwise the mapping doesn't fit:
(left side docker console, right side unraid console)
The username nobody is 65534 as standard value in docker -> mapping do not work
Unfortunatly the mapping is not the only issue. Any file created in filerun can renamed but not deleted.
Maybe the mask should be set to 777, current value is 644. I tried to set a variable "UMASK=777" but without any effect.
Anyone a idea about the issue? How did you resolve this?