mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
Change: Lidarr Mounts
This commit is contained in:
parent
85d833297d
commit
537a144164
1 changed files with 6 additions and 2 deletions
|
@ -38,9 +38,13 @@ persistence:
|
|||
type: hostPath
|
||||
mountPath: /music
|
||||
hostPath: /data/media/music
|
||||
torrent:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /torrent
|
||||
hostPath: /data/torrent
|
||||
downloads:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /downloads
|
||||
hostPath: /data/torrent
|
||||
|
||||
hostPath: /data/downloads
|
||||
|
|
Loading…
Reference in a new issue