From 93250e69f7b7ad024768a992dafa9aeb15ba1c00 Mon Sep 17 00:00:00 2001 From: Jedri Visser Date: Wed, 13 Mar 2019 20:11:15 +0200 Subject: [PATCH] Update docker images location --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 975e8c7..886c809 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The invertergui allows the monitoring of a [Victron Multiplus](https://www.victronenergy.com/inverters-chargers/multiplus-12v-24v-48v-800va-3kva) via the [MK3/MK2 USB](https://www.victronenergy.com/accessories/interface-mk3-usb) or the MK2 RS232. -The [`ncthompson/invertergui`](https://hub.docker.com/r/ncthompson/invertergui) docker image is a build of this repository. +The [`diebietse/invertergui`](https://hub.docker.com/r/diebietse/invertergui) docker image is a build of this repository. ## Demo @@ -10,8 +10,8 @@ The [`ncthompson/invertergui`](https://hub.docker.com/r/ncthompson/invertergui) ## Quick Start -``` -docker run --device /dev/ttyUSB0:/dev/ttyUSB0 -p 8080:8080 ncthompson/invertergui +```console +docker run --name invertergui --device /dev/ttyUSB0:/dev/ttyUSB0 -p 8080:8080 diebietse/invertergui ``` ## Requirements