mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 08:03:48 +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:
|
||||
ipv4_address: '172.29.0.100'
|
||||
ports:
|
||||
- 60604:60601
|
||||
- 60603:60601
|
||||
volumes:
|
||||
- geth-data-node2:/data
|
||||
profiles:
|
||||
|
|
@ -135,7 +135,7 @@ services:
|
|||
primev_net:
|
||||
ipv4_address: '172.29.0.101'
|
||||
ports:
|
||||
- 60603:60601
|
||||
- 60604:60601
|
||||
volumes:
|
||||
- geth-data-node3:/data
|
||||
profiles:
|
||||
|
|
|
|||
Loading…
Reference in a new issue