mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
[localnet] use routable IPs
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
- ${FOLDER:-./build}:/tendermint:Z
|
||||
networks:
|
||||
localnet:
|
||||
ipv4_address: 10.100.0.2
|
||||
ipv4_address: 192.167.10.2
|
||||
|
||||
node1:
|
||||
container_name: node1
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
- ${FOLDER:-./build}:/tendermint:Z
|
||||
networks:
|
||||
localnet:
|
||||
ipv4_address: 10.100.0.3
|
||||
ipv4_address: 192.167.10.3
|
||||
|
||||
node2:
|
||||
container_name: node2
|
||||
@@ -41,7 +41,7 @@ services:
|
||||
- ${FOLDER:-./build}:/tendermint:Z
|
||||
networks:
|
||||
localnet:
|
||||
ipv4_address: 10.100.0.4
|
||||
ipv4_address: 192.167.10.4
|
||||
|
||||
node3:
|
||||
container_name: node3
|
||||
@@ -55,7 +55,7 @@ services:
|
||||
- ${FOLDER:-./build}:/tendermint:Z
|
||||
networks:
|
||||
localnet:
|
||||
ipv4_address: 10.100.0.5
|
||||
ipv4_address: 192.167.10.5
|
||||
|
||||
networks:
|
||||
localnet:
|
||||
@@ -64,5 +64,5 @@ networks:
|
||||
driver: default
|
||||
config:
|
||||
-
|
||||
subnet: 10.100.0.0/16
|
||||
subnet: 192.167.10.0/16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user