Skip to content

Commit d5341a2

Browse files
feat: expose ev-node P2P and RPC ports in docker compose
This exposes the default ev-node ports: - 7676 for P2P communication and peer sync - 7331 for RPC API access Fixes #2511 Co-authored-by: Marko <tac0turtle@users.noreply.github.com>
1 parent 3c75c61 commit d5341a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/evm/single/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ services:
5858
condition: service_started
5959
local-da:
6060
condition: service_started
61+
ports:
62+
- "7676:7676" # p2p
63+
- "7331:7331" # rpc
6164
volumes:
6265
- evm-single-data:/root/.evm-single/
6366
restart: always

0 commit comments

Comments
 (0)