We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8690d28 commit 5c8b489Copy full SHA for 5c8b489
1 file changed
geth-entrypoint
@@ -11,6 +11,7 @@ WS_PORT="${WS_PORT:-8546}"
11
AUTHRPC_PORT="${AUTHRPC_PORT:-8551}"
12
METRICS_PORT="${METRICS_PORT:-6060}"
13
HOST_IP="0.0.0.0"
14
+P2P_PORT="${P2P_PORT:-30303}"
15
ADDITIONAL_ARGS=""
16
17
mkdir -p $GETH_DATA_DIR
@@ -63,4 +64,5 @@ exec ./geth \
63
64
--nat=extip:$HOST_IP \
65
--networkid="$CHAIN_ID" \
66
--rollup.sequencerhttp="$OP_GETH_SEQUENCER_HTTP" \
67
+ --port="$P2P_PORT" \
68
$ADDITIONAL_ARGS # intentionally unquoted
0 commit comments