Change media volume path in docker-compose.yml

Updated media volume path for Jellyfin service.
This commit is contained in:
JG2401
2026-08-02 11:10:19 +02:00
committed by GitHub
parent 0cc802b623
commit 755aef176a

View File

@@ -10,7 +10,7 @@ services:
volumes: volumes:
- config:/config - config:/config
- cache:/cache - cache:/cache
- /mnt/seedbox/media:/media - /opt/media/seedbox:/media/seedbox:ro
restart: "unless-stopped" restart: "unless-stopped"
environment: environment:
- JELLYFIN_PublishedServerUrl=https://${JELLYFIN_HOST} - JELLYFIN_PublishedServerUrl=https://${JELLYFIN_HOST}