fix: set media mount to read-only to prevent NFO rewrite cascades

This commit is contained in:
root 2026-07-27 13:55:47 +02:00 committed by sascha
parent 18a44d8ffb
commit 697980515b

View file

@ -5,7 +5,7 @@ services:
volumes:
- /app-config/emby:/config
- /app-config/emby_backup:/backup
- /mnt/media:/data
- /mnt/media:/data:ro
tmpfs:
- /tmp:size=128G,mode=1777
environment: