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 @@ -96,10 +96,10 @@ services:
96
96
volumes :
97
97
- <path to data>:/config
98
98
ports :
99
+ - 8443:8443
99
100
- 3478:3478/udp
100
101
- 10001:10001/udp
101
102
- 8080:8080
102
- - 8443:8443
103
103
- 1900:1900/udp # optional
104
104
- 8843:8843 # optional
105
105
- 8880:8880 # optional
@@ -117,10 +117,10 @@ docker run -d \
117
117
-e PGID=1000 \
118
118
-e MEM_LIMIT=1024 `#optional` \
119
119
-e MEM_STARTUP=1024 `#optional` \
120
+ -p 8443:8443 \
120
121
-p 3478:3478/udp \
121
122
-p 10001:10001/udp \
122
123
-p 8080:8080 \
123
- -p 8443:8443 \
124
124
-p 1900:1900/udp `#optional` \
125
125
-p 8843:8843 `#optional` \
126
126
-p 8880:8880 `#optional` \
@@ -137,10 +137,10 @@ Container images are configured using parameters passed at runtime (such as thos
137
137
138
138
| Parameter | Function |
139
139
| :----: | --- |
140
+ | ` -p 8443 ` | Unifi web admin port |
140
141
| ` -p 3478/udp ` | Unifi STUN port |
141
142
| ` -p 10001/udp ` | Required for AP discovery |
142
143
| ` -p 8080 ` | Required for device communication |
143
- | ` -p 8443 ` | Unifi web admin port |
144
144
| ` -p 1900/udp ` | Required for ` Make controller discoverable on L2 network ` option |
145
145
| ` -p 8843 ` | Unifi guest portal HTTPS redirect port |
146
146
| ` -p 8880 ` | Unifi guest portal HTTP redirect port |
You can’t perform that action at this time.
0 commit comments