move grail settings around

This commit is contained in:
tolerryan
2025-08-22 00:11:07 -05:00
parent bd39e59304
commit 77ab404e38

View File

@@ -27,12 +27,13 @@ resource "proxmox_lxc" "grail" {
slot = 1
# Dir on host
storage = "/media"
# This is ignored as mount point is used. but must be defined
size = "10G"
# volume is needed as a workaround for bug
volume = "/media"
# mountpoint within container
mp = "/media"
# This is ignored as mount point is used. but must be defined
size = "10G"
}
mountpoint {