Skip to content

Commit

Permalink
Update geth-entrypoint
Browse files Browse the repository at this point in the history
remove 'address'
  • Loading branch information
sechra authored Jan 15, 2025
1 parent 410634f commit 8a1f9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/geth-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 8a1f9aa

Please sign in to comment.