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
{{ message }}
This repository was archived by the owner on Jan 7, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ docker create \
38
38
39
39
## Parameters
40
40
41
-
`The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.
41
+
`The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.
42
42
For example with a port -p external:internal - what this shows is the port mapping from internal to external of the container.
43
43
So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080
44
44
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
@@ -77,9 +77,9 @@ To adopt a Unifi Access Point, and get it to show up in the software, take these
77
77
```
78
78
ssh ubnt@$AP-IP
79
79
mca-cli
80
-
set-inform http://$address:8080/inform
80
+
set-inform http://$address:8080/inform
81
81
```
82
-
82
+
83
83
Use `ubnt` as the password to login and `$address` is the IP address of the host you are running this container on and `$AP-IP` is the Access Point IP address.
84
84
85
85
## Info
@@ -88,7 +88,7 @@ Use `ubnt` as the password to login and `$address` is the IP address of the host
88
88
* To monitor the logs of the container in realtime: `docker logs -f unifi`
89
89
90
90
91
-
* container version number
91
+
* container version number
92
92
93
93
`docker inspect -f '{{ index .Config.Labels "build_version" }}' unifi`
94
94
@@ -99,6 +99,7 @@ Use `ubnt` as the password to login and `$address` is the IP address of the host
99
99
100
100
## Versions
101
101
102
+
+**15.12.17:** Update to 5.6.26.
102
103
+**09.12.17:** Fix continuation lines.
103
104
+**12.11.17:** Add STUN server port 3478 mapping to example.
0 commit comments