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'
Server: Intel NUC N5105 - 32 GB RAM
HDD: 1 x WD Red SA500 2TB + 2x 8 TB + 2x 4 TB WD Red Plus in 4x LC-35U3-C-HUB
OS: Debian 12.9 + Jellyfin 10.10.6 (Docker) | Content up to 2160p + transcoding
Network: 2x ASUS Tuf Gaming AX6000 in Aimesh on 1/1 Gbit
HDD: 1 x WD Red SA500 2TB + 2x 8 TB + 2x 4 TB WD Red Plus in 4x LC-35U3-C-HUB
OS: Debian 12.9 + Jellyfin 10.10.6 (Docker) | Content up to 2160p + transcoding
Network: 2x ASUS Tuf Gaming AX6000 in Aimesh on 1/1 Gbit