From bfb3682d8d4151fe3b1300031d2bbce45e1728b8 Mon Sep 17 00:00:00 2001 From: Anthony L Date: Mon, 31 Oct 2022 15:30:03 +0100 Subject: [PATCH] use host.docker.internal internal IP for prometheus/windows (#16024) --- config/daemon/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/daemon/prometheus.md b/config/daemon/prometheus.md index 977211443a..7cfa2aea3c 100644 --- a/config/daemon/prometheus.md +++ b/config/daemon/prometheus.md @@ -189,7 +189,7 @@ scrape_configs: # scheme defaults to 'http'. static_configs: - - targets: ['192.168.65.1:9323'] + - targets: ['host.docker.internal:9323'] ```