fix previous commit

This commit is contained in:
John
2024-01-20 17:44:42 +01:00
parent 5c9153f3b7
commit 3a91fe8384
+1 -1
View File
@@ -98,7 +98,7 @@ 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: You can use it like this:
> docker pull john30/ebusd > 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). For more details, see [Docker Readme](https://github.com/john30/ebusd/blob/master/contrib/docker/README.md).