update jellyfin compose to run from /srv

This commit is contained in:
v.karaychentsev
2026-02-11 11:10:13 +03:00
parent b9de4b242e
commit 647f53690f

View File

@@ -1,15 +1,15 @@
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
hostname: Films
image: jellyfin/jellyfin:latest
networks:
- caddy_internal
dns:
- 192.168.1.131 # pi-hole
volumes:
- ~/docker/jellyfin/config:/config
- ~/docker/jellyfin/cache:/cache
- /srv/rundata/jellyfin/config:/config
- /srv/rundata/jellyfin/cache:/cache
# media mounts
- /media/vk/L200/Media:/media
- /mnt/wd:/media_wd
# - /path/to/media2:/media2:ro
@@ -21,13 +21,10 @@
# - 8096:8096
# - 7359:7359/udp
# Optional - alternative address used for autodiscovery
#environment:
# - JELLYFIN_PublishedServerUrl=http://media.local
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
#extra_hosts:
# - "host.docker.internal:host-gateway"
environment:
- JELLYFIN_PublishedServerUrl=https://films.catmedved.com
hostname: films.catmedved.com
networks:
caddy_internal: