From f283dc17cda03bab04791a79aa7cefee861186cf Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sat, 27 Jan 2024 04:09:25 +0100 Subject: [PATCH] line breaks --- base/geth-entrypoint | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/base/geth-entrypoint b/base/geth-entrypoint index 1b6c2b75..dbd070ab 100755 --- a/base/geth-entrypoint +++ b/base/geth-entrypoint @@ -68,8 +68,10 @@ exec ./geth \ --metrics.port="$METRICS_PORT" \ --syncmode=full \ --gcmode=${OP_GETH_GCMODE:-archive} \ - --state.scheme=${OP_GETH_STATE_SCHEME:-hash} - --db.engine=${GETH_DB_ENGINE:-leveldb} + --state.scheme=${OP_GETH_STATE_SCHEME:-hash} \ + --db.engine=${GETH_DB_ENGINE:-leveldb} \ + --port=${P2P_PORT:-30303} \ + --discovery.port=${P2P_PORT:-30303} \ --nodiscover \ --maxpeers=100 \ --nat=extip:$HOST_IP \