You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official Jellyfin image does not respect the PUID and GUID environment variables and runs as root, this can be solved using 2 ways.
adding user: "$PUID:$PGID" to the service declaration.
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.
The text was updated successfully, but these errors were encountered:
The official Jellyfin image does not respect the PUID and GUID environment variables and runs as root, this can be solved using 2 ways.
user: "$PUID:$PGID"
to the service declaration.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.
The text was updated successfully, but these errors were encountered: