mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +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
|
type: hostPath
|
||||||
mountPath: /music
|
mountPath: /music
|
||||||
hostPath: /data/media/music
|
hostPath: /data/media/music
|
||||||
|
torrent:
|
||||||
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
|
mountPath: /torrent
|
||||||
|
hostPath: /data/torrent
|
||||||
downloads:
|
downloads:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
hostPath: /data/torrent
|
hostPath: /data/downloads
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue