Skip to content

Commit

Permalink
fix: expose node port (#6917)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr authored Jun 5, 2024
1 parent 0ecef06 commit 131af88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ services:
P2P_QUERY_FOR_IP: true
P2P_ENABLED: true
PEER_ID_PRIVATE_KEY:
AZTEC_NODE_PORT: 8999
secrets:
- ethereum-host
- p2p-boot-node
Expand All @@ -74,6 +75,8 @@ services:
profiles:
- node
ports:
# the RPC endpoint - expose it on a different port to avoid conflicting with PXE
- 8999:8999/tcp
- 9000:9000/tcp
- 9001:9001/udp

Expand Down

0 comments on commit 131af88

Please sign in to comment.