Problems with a podman / docker container that uses an volume on a sshfs / fuse mount⚑
PermissionError: [Errno 13] Permission denied: '/config/deluged.log'
Uncomment user_allow_other
in /etc/fuse.conf and ensure in
/etc/fstabthat the sshfs mount has the
allow_other` flag set.