Skip to content

Commit

Permalink
Allow execution nodes to act as peers for other nodes (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams authored Sep 27, 2024
1 parent fb05db2 commit d42810f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- "8545:8545" # RPC
- "8546:8546" # websocket
- "7301:6060" # metrics
- "30303:30303" # P2P TCP
- "30303:30303/udp" # P2P UDP
command: [ "bash", "./execution-entrypoint" ]
volumes:
- ${HOST_DATA_DIR}:/data
Expand Down

0 comments on commit d42810f

Please sign in to comment.