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

Commit

Permalink
fixing in correct docker run example in readme.md
Browse files Browse the repository at this point in the history
fixing in correct docker run example
  • Loading branch information
ashmere committed Mar 30, 2015
1 parent e4127ca commit 8cef405
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 8cef405

Please sign in to comment.