Skip to content

Commit d8659a6

Browse files
committed
add op-node p2p port
1 parent 43a0050 commit d8659a6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

run/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ services:
5050
- ./op-node-entrypoint.sh:/script/op-node-entrypoint.sh
5151
ports:
5252
- 8547:8547 # RPC
53+
- 9222:9222
54+
- 9222:9222/udp
5355
env_file:
5456
- .env
5557
logging:

run/op-node-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ exec /app/op-node \
5959
--rpc.enable-admin \
6060
--p2p.listen.ip=0.0.0.0 \
6161
--p2p.listen.tcp=9222 \
62-
--p2p.listen.udp=0 \
62+
--p2p.listen.udp=9222 \
6363
$ADDITIONAL_ARGS

0 commit comments

Comments
 (0)