expose rpc port as 9545 for mock l1 bootnode

This commit is contained in:
Shawn 2024-01-23 19:04:57 -08:00
parent afac8ad13c
commit aebed35c1d

View file

@ -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: