Update everything to the new leap serer

This commit is contained in:
Rescla
2026-07-11 22:36:27 +02:00
parent fcedc1474f
commit cd85c201a1
46 changed files with 202 additions and 120 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ resource "docker_container" "ofelia" {
mounts {
target = "/var/run/docker.sock"
source = "/var/run/docker.sock"
source = "/run/podman/podman.sock"
type = "bind"
read_only = true
}