Skip to content

Commit

Permalink
expose rpc port as 9545 for mock l1 bootnode
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jan 24, 2024
1 parent afac8ad commit aebed35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geth-poa/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aebed35

Please sign in to comment.