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

Commit 2349624

Browse files
authored
Add STUN server port mapping
1 parent 55292a4 commit 2349624

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
@@ -26,6 +26,7 @@ docker create \
2626
--name=unifi \
2727
-v <path to data>:/config \
2828
-e PGID=<gid> -e PUID=<uid> \
29+
-p 3478:3478 \
2930
-p 8080:8080 \
3031
-p 8081:8081 \
3132
-p 8443:8443 \
@@ -42,6 +43,7 @@ So -p 8080:80 would expose port 80 from inside the container to be accessible fr
4243
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
4344

4445

46+
* `-p 3478` - port(s)
4547
* `-p 8080` - port(s) required for Unifi to function
4648
* `-p 8081` - port(s)
4749
* `-p 8443` - port(s)
@@ -95,6 +97,7 @@ Use `ubnt` as the password to login and `$address` is the IP address of the host
9597

9698
## Versions
9799

100+
+ **12.11.17:** Add STUN server port 3478 mapping to example.
98101
+ **11.11.17:** Update to 5.6.22.
99102
+ **22.10.17:** Fix typos in Dockerfile and cert gen.
100103
+ **05.10.17:** Update to 5.5.24.

0 commit comments

Comments
 (0)