disable IPAM on infra for podman

This commit is contained in:
2026-02-23 23:53:50 -05:00
parent 7701e23f6d
commit 46f7af8881

View File

@@ -25,7 +25,7 @@
containers.podman.podman_network:
name: infra
interface_name: br2
ipam_driver: "dhcp"
ipam_driver: "none"
disable_dns: "true"
opt:
mode: "unmanaged"