From 8a1f9aa0580999d957c3c57154a0313c0ab9d244 Mon Sep 17 00:00:00 2001 From: Artur Kleshchanka <55313582+sechra@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:07:49 +0300 Subject: [PATCH] Update geth-entrypoint remove 'address' --- geth/geth-entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth/geth-entrypoint b/geth/geth-entrypoint index eb4512dd..9f4eb191 100755 --- a/geth/geth-entrypoint +++ b/geth/geth-entrypoint @@ -7,7 +7,7 @@ RPC_PORT="${RPC_PORT:-8545}" WS_PORT="${WS_PORT:-8546}" AUTHRPC_PORT="${AUTHRPC_PORT:-8551}" METRICS_PORT="${METRICS_PORT:-6060}" -HOST_IP="" # put your external IP address here and open port 30303 to improve peer connectivity +HOST_IP="" # put your external IP here and open port 30303 to improve peer connectivity P2P_PORT="${P2P_PORT:-30303}" ADDITIONAL_ARGS="" OP_GETH_GCMODE="${OP_GETH_GCMODE:-full}"