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

Commit

Permalink
Merge pull request #27 from ashmere/patch-1
Browse files Browse the repository at this point in the history
fixing in correct docker run example in readme.md
  • Loading branch information
juliusv committed Mar 30, 2015
2 parents e4127ca + 8cef405 commit 9bf81f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]/haproxy?stats;csv"
$ docker run -p 9101:9101 prom/haproxy-exporter -haproxy.scrape_uri="http://user:[email protected]/haproxy?stats;csv"

0 comments on commit 9bf81f1

Please sign in to comment.