chore(CI): add ipv6 in docker-compose

This commit is contained in:
zhanghongtong 2020-12-18 17:52:01 +08:00 committed by Rory Z
parent 0ef84d2722
commit 99632d9f82
1 changed files with 9 additions and 0 deletions

View File

@ -110,3 +110,12 @@ services:
networks:
emqx_bridge:
driver: bridge
name: emqx_bridge
enable_ipv6: true
ipam:
driver: default
config:
- subnet: 172.100.239.0/24
gateway: 172.100.239.1
- subnet: 2001:3200:3200::/64
gateway: 2001:3200:3200::1