This commit is contained in:
2026-03-05 21:35:59 +00:00
parent f6608eee87
commit 3824bddbb5
73 changed files with 6971 additions and 0 deletions

19
jellyfin/jellyfin.yml Normal file
View File

@@ -0,0 +1,19 @@
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- /root/docker/jellyfin/config:/config
- /mnt/data/media/tv:/data/tvshows
- /mnt/data/media/movies:/data/movies
restart: unless-stopped
networks:
- hurricane
networks:
hurricane:
external: true