mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
Adding member node
This commit is contained in:
parent
84314617b1
commit
36eff0076f
1 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ services:
|
||||||
primev_net:
|
primev_net:
|
||||||
ipv4_address: '172.29.0.100'
|
ipv4_address: '172.29.0.100'
|
||||||
ports:
|
ports:
|
||||||
- 60604:60601
|
- 60603:60601
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data-node2:/data
|
- geth-data-node2:/data
|
||||||
profiles:
|
profiles:
|
||||||
|
|
@ -135,7 +135,7 @@ services:
|
||||||
primev_net:
|
primev_net:
|
||||||
ipv4_address: '172.29.0.101'
|
ipv4_address: '172.29.0.101'
|
||||||
ports:
|
ports:
|
||||||
- 60603:60601
|
- 60604:60601
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data-node3:/data
|
- geth-data-node3:/data
|
||||||
profiles:
|
profiles:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue