Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 9bf81f1

Browse files
committed
Merge pull request #27 from ashmere/patch-1
fixing in correct docker run example in readme.md
2 parents e4127ca + 8cef405 commit 9bf81f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ go run haproxy_exporter --help
2626

2727
To run the haproxy exporter as a Docker container, run:
2828

29-
$ docker run -p 8080:8080 prom/haproxy-exporter -haproxy.scrape_uri="http://user:pass@haproxy.example.com/haproxy?stats;csv"
29+
$ docker run -p 9101:9101 prom/haproxy-exporter -haproxy.scrape_uri="http://user:pass@haproxy.example.com/haproxy?stats;csv"

0 commit comments

Comments
 (0)