Finally get proxmox/microos/docker to work

This commit is contained in:
Marc Fokkert
2025-04-20 15:29:45 +02:00
parent a6871c214b
commit 87f8cc3c10
16 changed files with 214 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ resource "docker_image" "configarr" {
resource "docker_container" "configarr" {
image = docker_image.configarr.image_id
name = "configarr"
restart = "always"
# restart = "always"
log_driver = "local"