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

Commit b08fe44

Browse files
authored
udp, not tcp in readme
1 parent 769969c commit b08fe44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ docker create \
2626
--name=unifi \
2727
-v <path to data>:/config \
2828
-e PGID=<gid> -e PUID=<uid> \
29-
-p 3478:3478 \
29+
-p 3478:3478/udp \
3030
-p 8080:8080 \
3131
-p 8081:8081 \
3232
-p 8443:8443 \

0 commit comments

Comments
 (0)