Enable ipv6 on iot bridge

This commit is contained in:
2026-02-23 22:54:29 -05:00
parent 3e221ae262
commit 36d8cac1e9

View File

@@ -18,6 +18,7 @@
interface_name: br5
ipam_driver: "dhcp"
disable_dns: "true"
ipv6: true
opt:
mode: "unmanaged"
- name: Create network for infra interface
@@ -66,7 +67,6 @@
recreate: true
restart_policy: "unless-stopped"
network:
- infra
- iot
privileged: true
state: started