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