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

Jellyfin image does not respect PUID and PGID

Open NotSaifA opened this issue 3 years ago • 0 comments

The official Jellyfin image does not respect the PUID and GUID environment variables and runs as root, this can be solved using 2 ways.

  1. adding user: "$PUID:$PGID" to the service declaration.
  2. switching to the linuxserver/jellyfin image.

I didn't make a pull request because changing the permissions from root to the user and docker group messes with existing setups because ownership has to be changed manually for existing files.

NotSaifA avatar Jun 26 '22 17:06 NotSaifA