You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_docs/installation/docker.markdown
+11-1
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,19 @@ The steps would be:
53
53
* Click on "Advanced Settings"
54
54
* Set "Enable auto-restart" if you like
55
55
* 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.
56
+
* Within "Network" select "Use same network as Docker Host"
56
57
* Confirm the "Advanced Settings"
57
58
* Click on "Next" and then "Apply"
58
-
* Your Home Assistant within Docker should now run :)
59
+
* Your Home Assistant within Docker should now run
60
+
61
+
Remark: to update your Home Assistant on your Docker within Synology NAS, you just have to do the following:
62
+
* Go to the Docker-app and move to "Image"-section
63
+
* Download the "homeassistant/home-assistant" image - don't care, that it is already there
64
+
* wait until the system-message/-notification comes up, that the download is finished (there is no progress bar)
65
+
* Move to "Container"-section
66
+
* Stop your container if it's running
67
+
* Right-click on it and select "Action"->"Clear". You won't loose any data, as all files are stored in your config-directory
68
+
* Start the container again - it will then boot up with the new Home Assistant image
0 commit comments