From bf132d24374c1c78354c216ca26bbf5bbfe27d20 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 22 Apr 2017 14:49:41 +0200 Subject: [PATCH] corrected --- contrib/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/README.md b/contrib/docker/README.md index f8f8e511..b0c10316 100644 --- a/contrib/docker/README.md +++ b/contrib/docker/README.md @@ -43,7 +43,7 @@ Using a network device When using a network device, the "--device" argument to docker can be omitted, but the device information has to be passed on to ebusd: > docker run --rm -it -p 8888 john30/ebusd -f --scanconfig -d udp:192.168.178.123:10000 --latency=80000 -Note: the "-f" and "--scanconfig" arguments are only passed to ebusd if it is called without any additional arguments. So when passing further arguments, these two usually need to added as well. +Note: the "-f" and "--scanconfig" arguments are only passed to ebusd if it is called without any additional arguments. So when passing further arguments, these two usually need to be added as well. Running with MQTT broker