set static MAC for infra network

This commit is contained in:
2026-02-23 23:59:33 -05:00
parent 46f7af8881
commit 8648974b26

View File

@@ -25,7 +25,7 @@
containers.podman.podman_network:
name: infra
interface_name: br2
ipam_driver: "none"
ipam_driver: "dhcp"
disable_dns: "true"
opt:
mode: "unmanaged"
@@ -53,7 +53,7 @@
restart_policy: "unless-stopped"
hostname: homeassistant1
network:
- "infra:ip=10.2.5.1"
- "infra:mac=0a:a1:a2:9a:00:8c"
- iot
privileged: true
state: started