SelfHosting/Containers/Jellyfin/compose.yml
2025-09-17 01:20:36 +02:00

20 lines
433 B
YAML

services:
jellyfin:
restart: 'unless-stopped'
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: 'host'
volumes:
- ./config:/config
- ./cache:/cache
- type: bind
source: /mnt/moviesHDD/JellyfinMedias
target: /media
devices:
- /dev/dri:/dev/dri
group_add:
- 44
- 922
labels:
tsdproxy.enable: "true"
tsdproxy.name: "stream"