* Updating to use a different network cidr for the mm-test network

* Update docker-compose.yaml

Remove gateway as its not needed and caused problems before

Co-authored-by: Jason Deland <jaydeland@gmail.com>
Co-authored-by: mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Jason Paul Deland <9366595+jaydeland@users.noreply.github.com>
Этот коммит содержится в:
Elisabeth Kulzer
2020-06-09 09:00:09 +02:00
коммит произвёл GitHub
родитель 457903a12c
Коммит 91f1c47ba3
2 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@@ -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

Просмотреть файл

@@ -70,3 +70,8 @@ services:
networks:
mm-test:
driver: bridge
ipam:
driver: default
config:
- subnet: 192.168.254.0/24
ip_range: 192.168.254.0/24