From 4eb20aa0d2d7193cc880ead997175fe102f41484 Mon Sep 17 00:00:00 2001 From: refcell Date: Tue, 9 Jul 2024 13:08:03 -0500 Subject: [PATCH] fix: docker image metrics url set (#364) --- examples/trusted-sync/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/trusted-sync/run.sh b/examples/trusted-sync/run.sh index ff4891e1f..a3ee14cf0 100644 --- a/examples/trusted-sync/run.sh +++ b/examples/trusted-sync/run.sh @@ -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