jellyfine.docker-compose.yaml hinzugefügt

This commit is contained in:
john 2025-01-24 15:20:45 +00:00
commit 13cca1e75b
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
ports:
- 8096:8096
- 8920:8920
- "1900:1900/udp"
- "7359:7359/udp"
volumes:
- /home/user/jellyfin/config:/config
- /home/user/jellyfin/cache:/cache
- /mnt:/media
devices:
- "/dev/dri:/dev/dri"
restart: 'unless-stopped'