This commit is contained in:
Sebastian
2024-05-29 08:38:06 +02:00
parent c975435c72
commit 050505d1d4

View File

@@ -62,7 +62,7 @@ exec ./geth \
--state.scheme=${GETH_STATE_SCHEME:-path} \ --state.scheme=${GETH_STATE_SCHEME:-path} \
--db.engine=${GETH_DB_ENGINE:-pebble} \ --db.engine=${GETH_DB_ENGINE:-pebble} \
--discovery.port=${P2P_PORT:-30303} \ --discovery.port=${P2P_PORT:-30303} \
--maxpeers=100 \ --maxpeers=${GETH_MAXPEERS:-100} \
--nat=extip:$HOST_IP \ --nat=extip:$HOST_IP \
--networkid="$CHAIN_ID" \ --networkid="$CHAIN_ID" \
--rollup.halt=major \ --rollup.halt=major \