Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jellyfin image does not respect PUID and PGID #279

Open
NotSaifA opened this issue Jun 26, 2022 · 0 comments
Open

Jellyfin image does not respect PUID and PGID #279

NotSaifA opened this issue Jun 26, 2022 · 0 comments

Comments

@NotSaifA
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant