mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update guidance on using HA with Docker on synology (#9599)
As per issue https://github.com/home-assistant/home-assistant.io/issues/9592#issuecomment-500212790
This commit is contained in:
parent
a8cae90364
commit
bcd0c2104d
@ -71,7 +71,7 @@ The steps would be:
|
||||
* Choose a container-name you want (e.g., "homeassistant")
|
||||
* Click on "Advanced Settings"
|
||||
* 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 path" has to be "/config", so that Home Assistant will use it for the configs and logs.
|
||||
* Within "Volume" click on "Add Folder" and choose either an existing folder or add a new folder. The "mount path" has to be "/config", so that Home Assistant will use it for the configs and logs. It is therefore recommended that the folder you choose should be named "config" or "homeassistant/config" to avoid confusion when referencing it within service calls.
|
||||
* 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user