From 29220c2e19f87deeaca1ced48bd0602c612c3a12 Mon Sep 17 00:00:00 2001 From: jimbob1001 Date: Thu, 9 Nov 2017 07:09:58 +0000 Subject: [PATCH] Update docker.markdown (#3935) * Update docker.markdown Added info to add timezone variable to docker using synology gui * Fix name --- source/_docs/installation/docker.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_docs/installation/docker.markdown b/source/_docs/installation/docker.markdown index 4b3d8de4633..b4cbcad9037 100644 --- a/source/_docs/installation/docker.markdown +++ b/source/_docs/installation/docker.markdown @@ -54,6 +54,7 @@ The steps would be: * Set "Enable auto-restart" if you like * Within "Volume" click on "Add Folder" and choose either an existing folder or add a new folder. The "mount point" has to be "/config", so that Home Assistant will use it for the configs and logs. * Within "Network" select "Use same network as Docker Host" +* To ensure that Home Assistant displays the correct timezone go to the "Environment" tab and click the plus sign then add `variable` = `TZ` & `value` = `Europe/London` choosing [your correct timezone](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones) * Confirm the "Advanced Settings" * Click on "Next" and then "Apply" * Your Home Assistant within Docker should now run