p4blo revised this gist . Go to revision
1 file changed, 19 insertions
gistfile1.txt(file created)
| @@ -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 | |
Newer
Older