mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-09 21:43:47 +00:00
expose rpc port as 9545 for mock l1 bootnode
This commit is contained in:
parent
afac8ad13c
commit
aebed35c1d
1 changed files with 2 additions and 0 deletions
|
|
@ -177,6 +177,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
l1_net:
|
l1_net:
|
||||||
ipv4_address: '172.14.0.2'
|
ipv4_address: '172.14.0.2'
|
||||||
|
ports:
|
||||||
|
- 9545:8545 # Expose RPC port to host as 9545
|
||||||
volumes:
|
volumes:
|
||||||
- geth-data-l1-bootnode:/data
|
- geth-data-l1-bootnode:/data
|
||||||
profiles:
|
profiles:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue