mediaserver-docker
mediaserver-docker copied to clipboard
What user ?
Hello,
I installed everything several times, everything seems functional (and for that thank you!) but I feel like I have a problem with access rights.. (Sonarr etc which do not retrieve the content of/home when I want to choose or save my downloads etc)
I tested with root, and I encounter some problems, I tried with another user and sudo but I have other problems.
Could you tell me what to do?
Thanks for your time!
In your .env file, do you have PUID and PGID set to some user/group that has permissions on your host machine?
e.g.
PUID=1000
PGID=1000