Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Petrausch committed Feb 28, 2021
1 parent 3e65257 commit 62f606e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ Only the latest two Go major versions are tested and supported.

To start the public available image run:
```bash
docker run -it -v "$(pwd)/config.yaml:/config.yaml" -p 9641:9641 docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest
docker run -it -v "$(pwd)/config.yaml:/config.yaml" -p 9641:9641 ghcr.io/hikhvar/mqtt2prometheus:latest
```
Please have a look at the [latest relase](https://github.com/hikhvar/mqtt2prometheus/releases/latest) to get a stable image tag. The latest tag may break at any moment in time since latest is pushed into the registries on every git commit in the master branch.

#### Build The Image locally
To build a docker container with the mqtt2prometheus exporter included run:
Expand Down

0 comments on commit 62f606e

Please sign in to comment.