Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Make readme consistent. Fix #35
  • Loading branch information
hikhvar authored Jan 26, 2021
1 parent af8098f commit 4a90c02
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 @@ -47,7 +47,7 @@ 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 8002:8002 docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest
docker run -it -v "$(pwd)/config.yaml:/config.yaml" -p 9641:9641 docker.pkg.github.com/hikhvar/mqtt2prometheus/mqtt2prometheus:latest
```

#### Build The Image locally
Expand Down

0 comments on commit 4a90c02

Please sign in to comment.