Site updated at 2016-08-08 12:19:09 UTC

This commit is contained in:
Travis CI 2016-08-08 12:19:09 +00:00
parent 15d7306761
commit 95bcb92fa2
23 changed files with 47 additions and 39 deletions

View file

@ -103,6 +103,14 @@
When using boot2docker on OS X you are unable to map the local time to your Docker container. Replace <code>-v /etc/localtime:/etc/localtime:ro</code> with <code>-e "TZ=America/Los_Angeles"</code> (replacing America/Los_Angeles with <a href="http://en.wikipedia.org/wiki/List_of_tz_database_time_zones">your timezone</a>)
</p>
<p>If you change the config you have to restart the server.<br />
To do that you have 2 options.</p>
<ol>
<li>You can go to the <img src="/images/screenshots/developer-tool-services-icon.png" alt="service developer tool icon" class="no-shadow" height="38" /> service developer tools, select the service <code>homeassistant/restart</code> and click “Call Service”.</li>
<li>Or you can restart it from an terminal by running <code>docker restart home-assistant</code></li>
</ol>
<h3><a class="title-link" name="troubleshooting" href="#troubleshooting"></a> Troubleshooting</h3>
<p>If you run into any issues, please see <a href="/getting-started/troubleshooting/">the troubleshooting page</a>. It contains solutions to many of the more commonly encountered issues.</p>