diff --git a/config/daemon/prometheus.md b/config/daemon/prometheus.md index 7cfa2aea3c..8371571bac 100644 --- a/config/daemon/prometheus.md +++ b/config/daemon/prometheus.md @@ -149,7 +149,7 @@ scrape_configs: # scheme defaults to 'http'. static_configs: - - targets: ['docker.for.mac.host.internal:9323'] + - targets: ['host.docker.internal:9323'] ```