2025-01-18, 06:24 PM
(This post was last modified: 2025-01-19, 01:13 AM by theguymadmax. Edited 1 time in total.)
You need to pass the render group into the container. Here's my compose file.
Code:
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1000:1000 #[color=#c7c2ba]uid:gid[/color]
group_add:
- "992" #render
network_mode: 'host'
volumes:
- /home/max/Dockers/Jellyfin/Config:/config
- /home/max/Dockers/Jellyfin/Cache:/cache
- /media/Media1:/Movies
- /media/Media2:/Show
restart: 'unless-stopped'
devices:
- /dev/dri/renderD128:/dev/dri/renderD128