2025-03-20, 01:22 PM
Since you are not running the container as root, you need to pass in the render group's ID.
https://jellyfin.org/docs/general/admini...ualization
Step #1 to get the ID number. Step #2 has a docker compose example. The "group_add" line.
https://jellyfin.org/docs/general/admini...ualization
Step #1 to get the ID number. Step #2 has a docker compose example. The "group_add" line.
Code:
group_add:
- "122" # Change this to match your "render" host group id and remove this comment