2023-10-18, 06:18 PM
What does your docker compose look like? In addition to adding your user to the render group, did you pass the render group into the container?
This should be in your compose file
https://jellyfin.org/docs/general/admini...ualization
This should be in your compose file
Code:
group_add:
- "122" # Change this to match your "render" host group id and remove this comment
https://jellyfin.org/docs/general/admini...ualization