Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jan 20, 2024
1 parent 5c9153f commit 3a91fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 3a91fe8

Please sign in to comment.