This repository was archived by the owner on Jan 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ COPY root/ /
42
42
# Volumes and Ports
43
43
WORKDIR /usr/lib/unifi
44
44
VOLUME /config
45
- EXPOSE 8080 8081 8443 8843 8880
45
+ EXPOSE 8080 8081 8443 8843 8880 6789
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ docker create \
33
33
-p 8443:8443 \
34
34
-p 8843:8843 \
35
35
-p 8880:8880 \
36
+ -p 6789:6789 \
36
37
linuxserver/unifi
37
38
```
38
39
@@ -51,6 +52,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
51
52
* ` -p 8443 ` - port(s)
52
53
* ` -p 8843 ` - port(s)
53
54
* ` -p 8880 ` - port(s)
55
+ * ` -p 6789 ` - port(s) For throughput test
54
56
* ` -v /config ` - where unifi stores it config files etc, needs 3gb free
55
57
* ` -e PGID ` for GroupID - see below for explanation
56
58
* ` -e PUID ` for UserID - see below for explanation
@@ -99,6 +101,7 @@ Use `ubnt` as the password to login and `$address` is the IP address of the host
99
101
100
102
## Versions
101
103
104
+ + ** 19.02.18:** Add port 6789 to support throughput test
102
105
+ ** 09.02.18:** Update to 5.6.30.
103
106
+ ** 08.02.18:** Use loop to simplify symlinks.
104
107
+ ** 08.01.18:** Update to 5.6.29.
You can’t perform that action at this time.
0 commit comments