Updating to use a different network cidr for the mm-test network (#14223)

Co-authored-by: mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Jason Paul Deland
2020-04-06 12:45:11 -04:00
committed by GitHub
parent ef209c5e0b
commit d1d1e3d27a
2 changed files with 14 additions and 0 deletions

View File

@@ -45,3 +45,11 @@ services:
networks:
mm-test:
driver: bridge
ipam:
driver: default
config:
- subnet: 192.168.254.0/24
ip_range: 192.168.254.0/24
gateway: 192.168.254.1

View File

@@ -62,3 +62,9 @@ services:
networks:
mm-test:
driver: bridge
ipam:
driver: default
config:
- subnet: 192.168.254.0/24
ip_range: 192.168.254.0/24
gateway: 192.168.254.1