From 8906c1d1bb83297aa4473cc54eccb40b8bc11480 Mon Sep 17 00:00:00 2001 From: refcell Date: Tue, 9 Jul 2024 12:54:20 -0500 Subject: [PATCH] fix: docker image metrics url set --- 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