From 4744ad38d3fd2595557222d234c670d9769a737c Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:03:19 +0100 Subject: [PATCH] new random port --- op-bob-mainnet.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/op-bob-mainnet.yml b/op-bob-mainnet.yml index c998a2db..d0e4b104 100644 --- a/op-bob-mainnet.yml +++ b/op-bob-mainnet.yml @@ -58,13 +58,13 @@ services: - op-bob-mainnet expose: - 8545 # RPC - - 3306 # P2P TCP - - 3306/udp # P2P UDP + - 6597 # P2P TCP + - 6597/udp # P2P UDP - 7300 # metrics - 6060 # pprof ports: - - "3306:3306" - - "3306:3306/udp" + - "6597:6597" + - "6597:6597/udp" command: [ "sh", "./op-node-entrypoint" ] restart: always volumes: @@ -84,8 +84,8 @@ services: - "OP_NODE_P2P_STATIC=/ip4/34.83.120.192/tcp/9222/p2p/16Uiu2HAkv5SVdeF4hFqJyCATwT87S3PZmutm8akrgwfcdFeqNxWw" - "OP_NODE_P2P_AGENT=conduit" - "OP_NODE_P2P_LISTEN_IP=0.0.0.0" - - "OP_NODE_P2P_LISTEN_TCP_PORT=3306" - - "OP_NODE_P2P_LISTEN_UDP_PORT=3306" + - "OP_NODE_P2P_LISTEN_TCP_PORT=6597" + - "OP_NODE_P2P_LISTEN_UDP_PORT=6597" - "OP_NODE_ROLLUP_CONFIG=/app/mainnet/bob/rollup.json" - "OP_NODE_RPC_ADDR=0.0.0.0" - "OP_NODE_P2P_ADVERTISE_IP=${IP}"