You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed everything downloaded seems to be set to owned by root:root which is a little not fun. Would it be possible for you to allow a controllable UID/GID such as how https://github.com/linuxserver uses environment variables to determine which user should run the processes and own the files?
The text was updated successfully, but these errors were encountered:
@nemchik@sakis-tech
I set the environment variables for PUID and PGID in my docker-compose.yml file and when my files are downloaded they are correctly in my name and group.
environment:
- PUID=1000
- PGID=1000
Have you set these values? I'm guessing when not set they fall back to root:root
I've noticed everything downloaded seems to be set to owned by
root:root
which is a little not fun. Would it be possible for you to allow a controllable UID/GID such as how https://github.com/linuxserver uses environment variables to determine which user should run the processes and own the files?The text was updated successfully, but these errors were encountered: