fix: set media mount to read-only to prevent NFO rewrite cascades
This commit is contained in:
parent
18a44d8ffb
commit
697980515b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue