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

Commit a135beb

Browse files
authored
Merge pull request #37 from nbadal/nbadal
Add AP Discovery port to readme
2 parents d983632 + d538e61 commit a135beb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ docker create \
2727
-v <path to data>:/config \
2828
-e PGID=<gid> -e PUID=<uid> \
2929
-p 3478:3478/udp \
30+
-p 10001:10001/udp \
3031
-p 8080:8080 \
3132
-p 8081:8081 \
3233
-p 8443:8443 \
@@ -44,6 +45,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
4445

4546

4647
* `-p 3478` - port(s)
48+
* `-p 10001` - port(s) required for AP discovery
4749
* `-p 8080` - port(s) required for Unifi to function
4850
* `-p 8081` - port(s)
4951
* `-p 8443` - port(s)

0 commit comments

Comments
 (0)