Skip to content

Commit

Permalink
update docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Svedrin committed Nov 2, 2022
1 parent b6ddcd3 commit 0141ea3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ Caveat: Only float values are supported. Anything else will be ignored.

You can also use Docker:

* `docker build -t mqtt-exporter:latest .`
* `docker run -p 9466:9466 -v config.toml:/config/config.toml mqtt-exporter:latest`
* `docker run -d --name mqtt-pushgw -p 9466:9466 -v config.toml:/config/config.toml svedrin/mqtt-pushgateway:latest`

0 comments on commit 0141ea3

Please sign in to comment.