From 794daeaabcd71ccfe467c2126659a3112c8cd6ea Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 8 Aug 2016 14:16:39 +0200 Subject: [PATCH] Add info on how to restart (#741) * Add info on how to restart Add info how to restart the server when using Docker. * Fix spelling and formatting --- source/getting-started/installation-docker.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/getting-started/installation-docker.markdown b/source/getting-started/installation-docker.markdown index be7924d49cd..198b214eec4 100644 --- a/source/getting-started/installation-docker.markdown +++ b/source/getting-started/installation-docker.markdown @@ -21,6 +21,12 @@ This will launch Home Assistant and serve the web interface from port 8123 on yo When using boot2docker on OS X you are unable to map the local time to your Docker container. Replace `-v /etc/localtime:/etc/localtime:ro` with `-e "TZ=America/Los_Angeles"` (replacing America/Los_Angeles with [your timezone](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones))

+If you change the config you have to restart the server. +To do that you have 2 options. + + 1. You can go to the service developer tool icon service developer tools, select the service `homeassistant/restart` and click "Call Service". + 2. Or you can restart it from an terminal by running `docker restart home-assistant` + ### {% linkable_title Troubleshooting %} If you run into any issues, please see [the troubleshooting page](/getting-started/troubleshooting/). It contains solutions to many of the more commonly encountered issues.