fix(arrstack): readOnly: false for hostPath

This commit is contained in:
nold 2023-02-12 18:44:55 +01:00
parent 2b238d10ef
commit a999cf825e
3 changed files with 6 additions and 1 deletions

View file

@ -37,7 +37,8 @@ persistence:
enabled: true
type: hostPath
mountPath: /music
hostPath: /data/media/music
hostPath: /data/media/music/lidarr
readOnly: false
torrent:
enabled: true
type: hostPath

View file

@ -36,9 +36,11 @@ persistence:
type: hostPath
mountPath: /movies
hostPath: /data/media/movies
readOnly: false
downloads:
enabled: true
type: hostPath
mountPath: /downloads
hostPath: /data/torrent
readOnly: false

View file

@ -31,8 +31,10 @@ persistence:
type: hostPath
mountPath: /tvshows
hostPath: /data/media/tvshows
readOnly: false
downloads:
enabled: true
type: hostPath
mountPath: /downloads
hostPath: /data/torrent
readOnly: false