line breaks
This commit is contained in:
@@ -68,8 +68,10 @@ exec ./geth \
|
|||||||
--metrics.port="$METRICS_PORT" \
|
--metrics.port="$METRICS_PORT" \
|
||||||
--syncmode=full \
|
--syncmode=full \
|
||||||
--gcmode=${OP_GETH_GCMODE:-archive} \
|
--gcmode=${OP_GETH_GCMODE:-archive} \
|
||||||
--state.scheme=${OP_GETH_STATE_SCHEME:-hash}
|
--state.scheme=${OP_GETH_STATE_SCHEME:-hash} \
|
||||||
--db.engine=${GETH_DB_ENGINE:-leveldb}
|
--db.engine=${GETH_DB_ENGINE:-leveldb} \
|
||||||
|
--port=${P2P_PORT:-30303} \
|
||||||
|
--discovery.port=${P2P_PORT:-30303} \
|
||||||
--nodiscover \
|
--nodiscover \
|
||||||
--maxpeers=100 \
|
--maxpeers=100 \
|
||||||
--nat=extip:$HOST_IP \
|
--nat=extip:$HOST_IP \
|
||||||
|
|||||||
Reference in New Issue
Block a user