mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-25 03:14:14 +03:00
Docker image doesn't respect UID and GID #862
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @agilob on GitHub (Aug 26, 2019).
I run docker image with environment properties:
but jellyfin doesn't respect them and .nfo .srt files are always saved as root not my specified user.
You can easily spot here which files were created by sonarr and which by jellyfin.
To support easier backup of jellyfin directories I need to
chmod 777orchownevery few days.@cvium commented on GitHub (Aug 26, 2019):
Please see https://github.com/jellyfin/jellyfin/issues/477