Update grail and nas to match manual changes
This commit is contained in:
8
grail.tf
8
grail.tf
@@ -26,9 +26,9 @@ resource "proxmox_lxc" "grail" {
|
||||
key = "1"
|
||||
slot = 1
|
||||
# Dir on host
|
||||
storage = "/omv/media"
|
||||
storage = "/media"
|
||||
# volume is needed as a workaround for bug
|
||||
volume = "/omv/media"
|
||||
volume = "/media"
|
||||
# mountpoint within container
|
||||
mp = "/media"
|
||||
# This is ignored as mount point is used. but must be defined
|
||||
@@ -39,9 +39,9 @@ resource "proxmox_lxc" "grail" {
|
||||
key = "2"
|
||||
slot = 2
|
||||
# Dir on host
|
||||
storage = "/omv/downloads"
|
||||
storage = "/downloads"
|
||||
# volume is needed as a workaround for bug
|
||||
volume = "/omv/downloads"
|
||||
volume = "/downloads"
|
||||
# mountpoint within container
|
||||
mp = "/downloads"
|
||||
# This is ignored as mount point is used. but must be defined
|
||||
|
||||
Reference in New Issue
Block a user