Skip to content

Commit 0b6c5cf

Browse files
roadrash2108fabaff
authored andcommitted
Extended Synology-section (home-assistant#2260)
Added explanation regarding network-settings and instructions on how to update HA on Docker running on Synology NAS
1 parent a3c91e4 commit 0b6c5cf

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

source/_docs/installation/docker.markdown

+11-1
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,19 @@ The steps would be:
5353
* Click on "Advanced Settings"
5454
* Set "Enable auto-restart" if you like
5555
* 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"
5657
* Confirm the "Advanced Settings"
5758
* 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
5969

6070
### {% linkable_title Restart %}
6171

0 commit comments

Comments
 (0)