diff --git a/contrib/docker/README.md b/contrib/docker/README.md index ce6d2285..f8f8e511 100644 --- a/contrib/docker/README.md +++ b/contrib/docker/README.md @@ -48,5 +48,5 @@ Note: the "-f" and "--scanconfig" arguments are only passed to ebusd if it is ca Running with MQTT broker ------------------------ -To start an ebusd container in the background and have it connect to your MQTT broker, use the following command while repacing "" with your MQTT broker host name or IP address: -> docker run -d --name=ebusd --device=/dev/ttyUSB0 -p 8888 john30/ebusd -f --scanconfig -d /dev/ttyUSB0 --mqttport=1883 --mqtthost= +To start an ebusd container in the background and have it connect to your MQTT broker, use the following command while repacing "BROKERHOST" with your MQTT broker host name or IP address: +> docker run -d --name=ebusd --device=/dev/ttyUSB0 -p 8888 john30/ebusd -f --scanconfig -d /dev/ttyUSB0 --mqttport=1883 --mqtthost=BROKERHOST