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

Commit 5c46f0e

Browse files
Bot Updating Templated Files
1 parent 5a9d56d commit 5c46f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ services:
8888
- 8843:8843 #optional
8989
- 8880:8880 #optional
9090
- 6789:6789 #optional
91-
- 5514:5514 #optional
91+
- 5514:5514/udp #optional
9292
restart: unless-stopped
9393
```
9494
@@ -108,7 +108,7 @@ docker run -d \
108108
-p 8843:8843 `#optional` \
109109
-p 8880:8880 `#optional` \
110110
-p 6789:6789 `#optional` \
111-
-p 5514:5514 `#optional` \
111+
-p 5514:5514/udp `#optional` \
112112
-v <path to data>:/config \
113113
--restart unless-stopped \
114114
ghcr.io/linuxserver/unifi-controller
@@ -144,7 +144,7 @@ Container images are configured using parameters passed at runtime (such as thos
144144
| `-p 8843` | Unifi guest portal HTTPS redirect port |
145145
| `-p 8880` | Unifi guest portal HTTP redirect port |
146146
| `-p 6789` | For mobile throughput test |
147-
| `-p 5514` | Remote syslog port |
147+
| `-p 5514/udp` | Remote syslog port |
148148
| `-e PUID=1000` | for UserID - see below for explanation |
149149
| `-e PGID=1000` | for GroupID - see below for explanation |
150150
| `-e MEM_LIMIT=1024M` | Optionally change the Java memory limit (-Xmx) (default is 1024M). |

0 commit comments

Comments
 (0)