diff --git a/content/config/daemon/prometheus.md b/content/config/daemon/prometheus.md index 888cabfb21..830c49a3c7 100644 --- a/content/config/daemon/prometheus.md +++ b/content/config/daemon/prometheus.md @@ -102,7 +102,7 @@ Next, start a Prometheus container using this configuration. $ docker run --name my-prometheus \ --mount type=bind,source=/tmp/prometheus.yml,destination=/etc/prometheus/prometheus.yml \ -p 9090:9090 \ - --add-host host.docker.internal:host-gateway \ + --add-host host.docker.internal=host-gateway \ prom/prometheus ```