Last active 1685815830

Jellyfin with transcoding VAAPI (DS720+)

gistfile1.txt Raw
1version: '2'
2services:
3 jellyfin:
4 image: jellyfin/jellyfin:latest
5 container_name: jellyfin
6 ports:
7 - '8096:8096'
8 environment:
9 - PUID=1026
10 - PGID=100
11 - TZ=Europe/Zurich
12 volumes:
13 - '/volume1/docker/jellyfin/config:/config'
14 - '/volume1/docker/jellyfin/cache:/cache'
15 - '/volume1/video:/video'
16 devices:
17 - /dev/dri/renderD128:/dev/dri/renderD128
18 restart: unless-stopped
19 network_mode: host