Change media volume path to read-only

This commit is contained in:
JG2401
2026-08-02 11:22:31 +02:00
committed by GitHub
parent 1345a2bb24
commit 74169039b5

View File

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