fix previous commit

This commit is contained in:
John
2024-01-20 17:44:42 +01:00
parent 5c9153f3b7
commit 3a91fe8384
+2 -2
View File
@@ -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).