Add docker/jellyfin-docker-file.yml

This commit is contained in:
2026-06-14 21:01:48 +00:00
parent c11fb9fe42
commit c5037077ba

View File

@@ -0,0 +1,15 @@
services:
jellyfin:
image: jellyfin/jellyfin:10.x.x
container_name: jellyfin
network_mode: host
hostname: snorlax
volumes:
#sourced from /var/lib/jellyfin on Debian
- /opt/jellyfin/config:/config
#sourced from /var/cache/jellyfin on Debian
- /opt/jellyfin/cache:/cache
- /raiddrives:/raiddrives
restart: unless-stopped