Comment on samba docker compose help
carloshr@lile.cl 3 weeks ago
The easy way, but not the most secure: identify GID and UID of files created by your samba docker container with "ls -la". Then assign ownership of files and directories of shared volume to that user/group "chown -R GID:UID /path/to/shared”
basic_user@lemmy.world 3 weeks ago
Do I just enter the container shell and check GID and UID of a random file?