最後活躍 1685815830

Jellyfin with transcoding VAAPI (DS720+)

p4blo 已修改 1685815830. 還原成這個修訂版本

1 file changed, 19 insertions

gistfile1.txt(檔案已創建)

@@ -0,0 +1,19 @@
1 + version: '2'
2 + services:
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
上一頁 下一頁