Skip to content

Commit b7c1f61

Browse files
cvwillegenfrenck
authored andcommitted
Fix a few links so that they are clickable (#8789)
- []() syntax does not work within embedded HTML - Fix a few other links so that they become clickable
1 parent e98a32d commit b7c1f61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_docs/installation/docker.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ netsh interface portproxy add v4tov4 listenaddress=192.168.1.10 listenport=8123
5454
netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=8123 connectaddress=10.0.50.2 connectport=8123
5555
```
5656

57-
This will let you access your Home Assistant portal from http://localhost:8123, and if you forward port 8123 on your router to your machine IP, the traffic will be forwarded on through to the docker container.
57+
This will let you access your Home Assistant portal from <http://localhost:8123>, and if you forward port 8123 on your router to your machine IP, the traffic will be forwarded on through to the docker container.
5858

5959
### {% linkable_title Synology NAS %}
6060

61-
As Synology within DSM now supports Docker (with a neat UI), you can simply install Home Assistant using docker without the need for command-line. For details about the package (including compatibility-information, if your NAS is supported), see https://www.synology.com/en-us/dsm/app_packages/Docker
61+
As Synology within DSM now supports Docker (with a neat UI), you can simply install Home Assistant using docker without the need for command-line. For details about the package (including compatibility-information, if your NAS is supported), see <https://www.synology.com/en-us/dsm/app_packages/Docker>
6262

6363
The steps would be:
6464
* Install "Docker" package on your Synology NAS
@@ -114,7 +114,7 @@ Remark: to restart your Home Assistant within Synology NAS, you just have to do
114114
* Right-click on it and select "Action"->"Restart".
115115

116116
<p class='note'>
117-
If you want to use a USB Bluetooth adapter or Z-Wave USB Stick with Home Assistant on Synology Docker these instructions do not correctly configure the container to access the USB devices. To configure these devices on your Synology Docker Home Assistant you can follow the instructions provided [here](https://philhawthorne.com/installing-home-assistant-io-on-a-synology-diskstation-nas/) by Phil Hawthorne.
117+
If you want to use a USB Bluetooth adapter or Z-Wave USB Stick with Home Assistant on Synology Docker these instructions do not correctly configure the container to access the USB devices. To configure these devices on your Synology Docker Home Assistant you can follow the instructions provided <a href="https://philhawthorne.com/installing-home-assistant-io-on-a-synology-diskstation-nas/">here</a> by Phil Hawthorne.
118118
</p>
119119

120120
### {% linkable_title QNAP NAS %}

0 commit comments

Comments
 (0)