From 3a91fe83849a959b08fe2ff4ed8c0dd606ace51c Mon Sep 17 00:00:00 2001 From: John Date: Sat, 20 Jan 2024 17:44:42 +0100 Subject: [PATCH] fix previous commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7111f855..45987ceb 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ the latest configuration files** that are reflected by the configuration reposit Docker image ------------ -A multi-architecture Docker image using the config web service for retrieving the latest message configuration files is available on the hub. +A multi-architecture Docker image using the config web service for retrieving the latest message configuration files is available on the hub. You can use it like this: > docker pull john30/ebusd -> docker run -it --rm --device=ens:/dev/ttyUSB0 -p 8888 john30/ebusd +> docker run -it --rm --device=/dev/ttyUSB0 -p 8888 john30/ebusd -d ens:/dev/ttyUSB0 For more details, see [Docker Readme](https://github.com/john30/ebusd/blob/master/contrib/docker/README.md).