diff --git a/atom.xml b/atom.xml index 5a7c9d965d..6be7169f09 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
If you’re using Docker, you can use
1 -
docker run -d --name="home-assistant" -v /path/to/homeassistant/config:/config -v /etc/localtime:/etc/localtime:ro -p 8123:8123 balloob/home-assistant +
docker run -d --name="home-assistant" -v /path/to/homeassistant/config:/config -v /etc/localtime:/etc/localtime:ro --net=host balloob/home-assistant