Running as non-root #31
-
Everything seems to work fine, only issue is my docker-compose of pd_zurg is running as root and so other containers/users not running as root have no access to the rclone mount. Is there anyway to mount as non-root user? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
I-am-PUID-0
Feb 7, 2024
Replies: 1 comment 1 reply
-
Try adding the below to the docker compose environment variables. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tourshi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding the below to the docker compose environment variables.
RCLONE_UID=
RCLONE_GID=
Where UID and GUI = the non-root user.