This repository was archived by the owner on Jan 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ services:
88
88
- 8843:8843 # optional
89
89
- 8880:8880 # optional
90
90
- 6789:6789 # optional
91
- - 5514:5514 # optional
91
+ - 5514:5514/udp # optional
92
92
restart : unless-stopped
93
93
` ` `
94
94
@@ -108,7 +108,7 @@ docker run -d \
108
108
-p 8843:8843 `#optional` \
109
109
-p 8880:8880 `#optional` \
110
110
-p 6789:6789 `#optional` \
111
- -p 5514:5514 `#optional` \
111
+ -p 5514:5514/udp `#optional` \
112
112
-v <path to data>:/config \
113
113
--restart unless-stopped \
114
114
ghcr.io/linuxserver/unifi-controller
@@ -144,7 +144,7 @@ Container images are configured using parameters passed at runtime (such as thos
144
144
| ` -p 8843 ` | Unifi guest portal HTTPS redirect port |
145
145
| ` -p 8880 ` | Unifi guest portal HTTP redirect port |
146
146
| ` -p 6789 ` | For mobile throughput test |
147
- | ` -p 5514 ` | Remote syslog port |
147
+ | ` -p 5514/udp ` | Remote syslog port |
148
148
| ` -e PUID=1000 ` | for UserID - see below for explanation |
149
149
| ` -e PGID=1000 ` | for GroupID - see below for explanation |
150
150
| ` -e MEM_LIMIT=1024M ` | Optionally change the Java memory limit (-Xmx) (default is 1024M). |
You can’t perform that action at this time.
0 commit comments