mediaserver-docker icon indicating copy to clipboard operation
mediaserver-docker copied to clipboard

What user ?

Open AngATV opened this issue 2 years ago • 1 comments

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!

AngATV avatar Aug 18 '23 17:08 AngATV

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

ghostserverd avatar Aug 24 '23 20:08 ghostserverd