mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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:
committed by
GitHub
parent
ef209c5e0b
commit
d1d1e3d27a
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user