2025-04-12, 09:55 PM
(This post was last modified: 2025-04-12, 09:56 PM by TheDreadPirate.)
The way you have it configured, the container runs as root but the jellyfin process runs are UID 1000. That is why you can access the media files when you open a bash container, which should open a shell as root.
You need to make sure that UID 1000 has permissions to read the media directory.
You need to make sure that UID 1000 has permissions to read the media directory.