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

Commit d4be841

Browse files
authored
Merge pull request #47 from chadhutchins182/port6789
Add port 6789 to support throughput test
2 parents e9a10b3 + d8b33f3 commit d4be841

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ docker create \
3333
-p 8443:8443 \
3434
-p 8843:8843 \
3535
-p 8880:8880 \
36+
-p 6789:6789 \
3637
linuxserver/unifi
3738
```
3839

@@ -51,6 +52,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
5152
* `-p 8443` - port(s)
5253
* `-p 8843` - port(s)
5354
* `-p 8880` - port(s)
55+
* `-p 6789` - port(s) For throughput test
5456
* `-v /config` - where unifi stores it config files etc, needs 3gb free
5557
* `-e PGID` for GroupID - see below for explanation
5658
* `-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
99101

100102
## Versions
101103

104+
+ **19.02.18:** Add port 6789 to support throughput test
102105
+ **09.02.18:** Update to 5.6.30.
103106
+ **08.02.18:** Use loop to simplify symlinks.
104107
+ **08.01.18:** Update to 5.6.29.

0 commit comments

Comments
 (0)