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

Commit d983632

Browse files
authored
Merge pull request #35 from linuxserver/aptalca-patch-1
udp, not tcp in readme
2 parents 769969c + b08fe44 commit d983632

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)