jellyfin: update for proper use of Intel QSV.

This commit is contained in:
2025-11-09 04:10:46 +08:00
parent 53b9cccd51
commit 773fb54ff8

View File

@@ -3,6 +3,10 @@ services:
image: nyanmisaka/jellyfin:latest image: nyanmisaka/jellyfin:latest
container_name: jellyfin container_name: jellyfin
network_mode: 'host' network_mode: 'host'
group_add:
# needs mapping from localhost, i.e. `getent group render | cut -d: -f3`.
# also probably needs manual `groupadd -g 993 render` inside.
- '993'
volumes: volumes:
- /opt/jellyfin:/config - /opt/jellyfin:/config
- jellyfin-cache:/cache - jellyfin-cache:/cache