: add dedicated docker disk
Some checks failed
terraform-lint / terraform-lint (push) Failing after 4s

This commit is contained in:
VC
2025-03-08 07:38:58 +01:00
parent 8331043ab6
commit 6bb6ada262

View File

@@ -170,6 +170,10 @@ module "lxc_git1" {
disk = [{
size = "10G"
path = "/srv"
},
{
size = "10G"
path = "/var/lib/docker"
}]
}