mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
fix(arrstack): readOnly: false for hostPath
This commit is contained in:
parent
2b238d10ef
commit
a999cf825e
3 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue