Skip to content

Commit

Permalink
Merge pull request #18 from dappnode/marc/fix-metrics-flags
Browse files Browse the repository at this point in the history
metrics flags before extra opts
  • Loading branch information
Marketen authored Aug 22, 2024
2 parents 2049054 + 2443c01 commit cdcbbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit cdcbbc0

Please sign in to comment.