diff --git a/geth/entrypoint.sh b/geth/entrypoint.sh index 3702217..d9be11a 100755 --- a/geth/entrypoint.sh +++ b/geth/entrypoint.sh @@ -35,6 +35,6 @@ exec geth \ --datadir "${DATA_DIR}" \ --syncmode "${SYNCMODE:-snap}" \ --port "${P2P_PORT}" \ - --authrpc.jwtsecret "${JWT_PATH}" ${NETWORK_FLAGS} ${EXTRA_OPTS} \ --metrics \ --metrics.addr 0.0.0.0 \ + --authrpc.jwtsecret "${JWT_PATH}" ${NETWORK_FLAGS} ${EXTRA_OPTS}