Skip to content

Commit

Permalink
fix: docker image metrics url set
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jul 9, 2024
1 parent 105b633 commit 8906c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/trusted-sync/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/bash

START="${START_L2_BLOCK:-0}"
METRICS="${METRICS_URL:-127.0.0.1:9000}"
METRICS="${METRICS_URL:-0.0.0.0:9000}"

# If the `START_BLOCKS_FROM_TIP` environment variable is set, we will start syncing from the tip of the chain.
if [ -n "$START_BLOCKS_FROM_TIP" ]; then
Expand Down

0 comments on commit 8906c1d

Please sign in to comment.