Mounting remote directory directly in docker using sshfs plugin as non-root user
I’m encountering issues while trying to mount a remote directory directly into a Docker container using the vieux/sshfs plugin. This issue does not occur when I run the container as root user without user: '1000:1000'
. The ownership of the mounted folder is 1000:1000
with permissions set to 755
. Here’s my docker compose: