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

Commit 915dd58

Browse files
Bot Updating Templated Files
1 parent 216ed12 commit 915dd58

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
@@ -96,10 +96,10 @@ services:
9696
volumes:
9797
- <path to data>:/config
9898
ports:
99+
- 8443:8443
99100
- 3478:3478/udp
100101
- 10001:10001/udp
101102
- 8080:8080
102-
- 8443:8443
103103
- 1900:1900/udp #optional
104104
- 8843:8843 #optional
105105
- 8880:8880 #optional
@@ -117,10 +117,10 @@ docker run -d \
117117
-e PGID=1000 \
118118
-e MEM_LIMIT=1024 `#optional` \
119119
-e MEM_STARTUP=1024 `#optional` \
120+
-p 8443:8443 \
120121
-p 3478:3478/udp \
121122
-p 10001:10001/udp \
122123
-p 8080:8080 \
123-
-p 8443:8443 \
124124
-p 1900:1900/udp `#optional` \
125125
-p 8843:8843 `#optional` \
126126
-p 8880:8880 `#optional` \
@@ -137,10 +137,10 @@ Container images are configured using parameters passed at runtime (such as thos
137137

138138
| Parameter | Function |
139139
| :----: | --- |
140+
| `-p 8443` | Unifi web admin port |
140141
| `-p 3478/udp` | Unifi STUN port |
141142
| `-p 10001/udp` | Required for AP discovery |
142143
| `-p 8080` | Required for device communication |
143-
| `-p 8443` | Unifi web admin port |
144144
| `-p 1900/udp` | Required for `Make controller discoverable on L2 network` option |
145145
| `-p 8843` | Unifi guest portal HTTPS redirect port |
146146
| `-p 8880` | Unifi guest portal HTTP redirect port |

0 commit comments

Comments
 (0)