You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,6 @@ The simplest migration approach is to take a full backup of your existing instal
148
148
149
149
You can then start up the new container with a clean `/config` mount (and a database container configured), and perform a restore using the setup wizard.
150
150
151
-
152
151
### Strict reverse proxies
153
152
154
153
This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
@@ -158,6 +157,9 @@ If you are using a reverse proxy which validates certificates, you need to [disa
158
157
159
158
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
160
159
160
+
>[!NOTE]
161
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
162
+
161
163
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
162
164
163
165
```yaml
@@ -231,10 +233,10 @@ Containers are configured using parameters passed at runtime (such as those abov
231
233
232
234
| Parameter | Function |
233
235
| :----: | --- |
234
-
|`-p 8443`| Unifi web admin port |
235
-
|`-p 3478/udp`| Unifi STUN port |
236
-
|`-p 10001/udp`| Required for AP discovery |
237
-
|`-p 8080`| Required for device communication |
236
+
|`-p 8443:8443`| Unifi web admin port |
237
+
|`-p 3478:3478/udp`| Unifi STUN port |
238
+
|`-p 10001:10001/udp`| Required for AP discovery |
239
+
|`-p 8080:8080`| Required for device communication |
238
240
|`-p 1900/udp`| Required for `Make controller discoverable on L2 network` option |
239
241
|`-p 8843`| Unifi guest portal HTTPS redirect port |
240
242
|`-p 8880`| Unifi guest portal HTTP redirect port |
0 commit comments