From 4dfd7c86d16ad6d3170cb897be1cdd9ccd2faa73 Mon Sep 17 00:00:00 2001 From: Christoph Petrausch Date: Sun, 28 Feb 2021 20:03:06 +0100 Subject: [PATCH] docs: Fix docs --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f2f5665..4849836 100644 --- a/Readme.md +++ b/Readme.md @@ -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: