Jump to content

Docker running as root user even though PUID is set to different user


embyben

Recommended Posts

Is it correct that embyserver runs as root user even though i have configured the docker container PUID to be user 1000 (my user account)?

 

PUID is set to 1000

Portainer.thumb.PNG.0e5476ba3648e3c5d0a7edecbca3e4ba.PNG

 

 

However it looks like embyserver is run as root user

 Top.thumb.PNG.3160b44582d7b701be3a2860912555b0.PNG

 

I cannot access the Media files within my volumes unless i set the owner of them to also be root.

 

 

 

Link to comment
Share on other sites

IGNORE ME!

I used

    environment:
      - PUID=1000
      - PGID=100

in docker compose. instead of just UID and GID.

EmbyServer is now running as user 1000.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...