mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
Update docker-compose.yml
This commit is contained in:
parent
6e3b1ba6bf
commit
83a287c717
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ services:
|
|||
- 8546:8546
|
||||
- 6060:6060 # metrics server @ /debug/metrics
|
||||
- 6068:6068
|
||||
- 60601:60601
|
||||
volumes:
|
||||
- geth-data-bootnode:/data
|
||||
profiles:
|
||||
|
|
@ -54,6 +55,8 @@ services:
|
|||
networks:
|
||||
primev_net:
|
||||
ipv4_address: '172.29.0.99'
|
||||
ports:
|
||||
- 60602:60601
|
||||
volumes:
|
||||
- geth-data-node1:/data
|
||||
profiles:
|
||||
|
|
@ -93,6 +96,8 @@ services:
|
|||
networks:
|
||||
primev_net:
|
||||
ipv4_address: '172.29.0.100'
|
||||
ports:
|
||||
- 60603:60601
|
||||
volumes:
|
||||
- geth-data-node2:/data
|
||||
profiles:
|
||||
|
|
|
|||
Loading…
Reference in a new issue