From adcecc3b114477d16e6ce786a12815b31338d9c2 Mon Sep 17 00:00:00 2001 From: Torte Date: Tue, 18 Feb 2020 06:45:48 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 6dd3f49..d496fad 100644 --- a/Home.md +++ b/Home.md @@ -89,8 +89,9 @@ Set the password on the GatewayDevice in FHEM # Using FHEM in a DOCKER Container. Since the Xiaomi gateway distributes its data in the network via UDP and multicast, it is not possible to operate FHEM in a docker container together with the Xiaomi gateways. The FHEM user "ROAM" Robin has found a way to run FHEM in a docker container. The FHEM Docker Container must be run in HOSTMODE. This is achieved by the parameter --net=host. + For example `docker run -d --name fhem --net=host fhem/fhem` -https://forum.fhem.de/index.php/topic,78418.msg1024950.html#msg1024950 +[FHEM Forum (German)](https://forum.fhem.de/index.php/topic,78418.msg1024950.html#msg1024950) **Thanks to Robin for finding out.**