Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 7a477b0

Browse files
committed
bump to stable version 5.6.26
1 parent 2b33c09 commit 7a477b0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77
LABEL maintainer="sparklyballs"
88

99
# package versions
10-
ARG UNIFI_VER="5.6.22"
10+
ARG UNIFI_VER="5.6.26"
1111

1212
# environment settings
1313
ARG DEBIAN_FRONTEND="noninteractive"

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ docker create \
3838

3939
## Parameters
4040

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.
4242
For example with a port -p external:internal - what this shows is the port mapping from internal to external of the container.
4343
So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080
4444
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
7777
```
7878
ssh ubnt@$AP-IP
7979
mca-cli
80-
set-inform http://$address:8080/inform
80+
set-inform http://$address:8080/inform
8181
```
82-
82+
8383
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.
8484

8585
## Info
@@ -88,7 +88,7 @@ Use `ubnt` as the password to login and `$address` is the IP address of the host
8888
* To monitor the logs of the container in realtime: `docker logs -f unifi`
8989

9090

91-
* container version number
91+
* container version number
9292

9393
`docker inspect -f '{{ index .Config.Labels "build_version" }}' unifi`
9494

@@ -99,6 +99,7 @@ Use `ubnt` as the password to login and `$address` is the IP address of the host
9999

100100
## Versions
101101

102+
+ **15.12.17:** Update to 5.6.26.
102103
+ **09.12.17:** Fix continuation lines.
103104
+ **12.11.17:** Add STUN server port 3478 mapping to example.
104105
+ **11.11.17:** Update to 5.6.22.

0 commit comments

Comments
 (0)