Docker compose network (#14771)
* 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>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
457903a12c
Коммит
91f1c47ba3
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user