Update media volume path in docker-compose.yml

This commit is contained in:
JG2401
2026-08-02 11:17:59 +02:00
committed by GitHub
parent f7b8222f65
commit 1345a2bb24

View File

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