2025-03-05, 04:00 PM
(This post was last modified: 2025-03-05, 04:01 PM by 34626. Edited 1 time in total.)
Please try this, do backup your current docker-compose.ymlfile
One error you may occur with the text below is missing spave in the beginning, but else it should work, i use the added functions with Debian 12.9 with QSV which works. Be also aware that i have edited in the path to config and cache, should also work
services:
jellyfin:
image: jellyfin/jellyfin:latest # 10.10.6 (current)
container_name: jellyfin
network_mode: 'host'
group_add:
- "105" # Run in terminal to verify the number: "getent group render | cut -d: -f3"
volumes:
- ./config: /config
- ./cache: /cache
- /share/Multimedia: /media
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
restart: 'unless-stopped'
One error you may occur with the text below is missing spave in the beginning, but else it should work, i use the added functions with Debian 12.9 with QSV which works. Be also aware that i have edited in the path to config and cache, should also work
services:
jellyfin:
image: jellyfin/jellyfin:latest # 10.10.6 (current)
container_name: jellyfin
network_mode: 'host'
group_add:
- "105" # Run in terminal to verify the number: "getent group render | cut -d: -f3"
volumes:
- ./config: /config
- ./cache: /cache
- /share/Multimedia: /media
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
restart: 'unless-stopped'
Debian 12 | Jellyfin 10.10.7 docker | Intel N5105 | RAM 32 GB | 26 TB storage