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'] ```