2024-08-01, 10:08 PM
(This post was last modified: 2024-08-01, 10:09 PM by rsmartapps.)
The issue is that your user doesn't have the mounted device drivers group, I managed to run the jellyfin container with the host user::group adding the required extra groups to the user.
Code:
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
user: "1000:1000"
group_add:
- 44 # GID for the video group
- 992 # GID for the render group
devices:
- /dev/dri:/dev/dri