We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a0050 commit d8659a6Copy full SHA for d8659a6
2 files changed
run/docker-compose.yml
@@ -50,6 +50,8 @@ services:
50
- ./op-node-entrypoint.sh:/script/op-node-entrypoint.sh
51
ports:
52
- 8547:8547 # RPC
53
+ - 9222:9222
54
+ - 9222:9222/udp
55
env_file:
56
- .env
57
logging:
run/op-node-entrypoint.sh
@@ -59,5 +59,5 @@ exec /app/op-node \
59
--rpc.enable-admin \
60
--p2p.listen.ip=0.0.0.0 \
61
--p2p.listen.tcp=9222 \
62
- --p2p.listen.udp=0 \
+ --p2p.listen.udp=9222 \
63
$ADDITIONAL_ARGS
0 commit comments