mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 23:56:43 +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:
|
||||
l1_net:
|
||||
ipv4_address: '172.14.0.2'
|
||||
ports:
|
||||
- 9545:8545 # Expose RPC port to host as 9545
|
||||
volumes:
|
||||
- geth-data-l1-bootnode:/data
|
||||
profiles:
|
||||
|
|
|
|||
Loading…
Reference in a new issue