ghostserverd / mediaserver-docker

Docker compose for comprehensive autonomous media server
253 stars 42 forks source link

What user ? #38

Open AngATV opened 1 year ago

AngATV commented 1 year ago

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!

ghostserverd commented 1 year ago

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