Files
jellyfin/compose.yml
T
Kappeh 4cb3de73f1
Deploy / Deploy (push) Successful in 54s
Update media location
2026-06-22 04:47:10 +01:00

29 lines
632 B
YAML

services:
jellyfin:
container_name: jellyfin
image: jellyfin/jellyfin:10.11.8.20260405-192842
restart: unless-stopped
user: 2007:2007 # jellyfin:jellyfin
group_add:
- 303 # render
devices:
- /dev/dri/
networks:
- jellyfin_network
ports:
- 8096:8096
volumes:
- ./config:/config:rw
- ./cache:/cache:rw
- /mnt/media_library_1/data:/library:rw
- /mnt/media_library_1/metadata:/metadata:rw
labels:
diun.enable: "true"
diun.watch_repo: "true"
diun.include_tags: "latest"
networks:
jellyfin_network:
name: jellyfin_network