diff --git a/README.md b/README.md index a4c8015..11074ae 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ go run haproxy_exporter --help To run the haproxy exporter as a Docker container, run: - $ docker run -p 8080:8080 prom/haproxy-exporter -haproxy.scrape_uri="http://user:pass@haproxy.example.com/haproxy?stats;csv" + $ docker run -p 9101:9101 prom/haproxy-exporter -haproxy.scrape_uri="http://user:pass@haproxy.example.com/haproxy?stats;csv"