move grail settings around
This commit is contained in:
5
grail.tf
5
grail.tf
@@ -27,12 +27,13 @@ resource "proxmox_lxc" "grail" {
|
|||||||
slot = 1
|
slot = 1
|
||||||
# Dir on host
|
# Dir on host
|
||||||
storage = "/media"
|
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 is needed as a workaround for bug
|
||||||
volume = "/media"
|
volume = "/media"
|
||||||
# mountpoint within container
|
# mountpoint within container
|
||||||
mp = "/media"
|
mp = "/media"
|
||||||
# This is ignored as mount point is used. but must be defined
|
|
||||||
size = "10G"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mountpoint {
|
mountpoint {
|
||||||
|
|||||||
Reference in New Issue
Block a user