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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,8 +226,8 @@ Containers are configured using parameters passed at runtime (such as those abov
226
226
|`-e MONGO_DBNAME=unifi`| Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run. |
227
227
|`-e MEM_LIMIT=1024`| Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default |
228
228
|`-e MEM_STARTUP=1024`| Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default |
229
-
|`-e MONGO_TLS=`| Mongodb enable TLS. Only evaluated on first run. |
230
-
|`-e MONGO_AUTHSOURCE=`| Mongodb authSource. For Atlas set to `admin`.Defaults to `MONGO_DBNAME`.Only evaluated on first run. |
229
+
|`-e MONGO_TLS=`| Mongodb enable [TLS](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.tls). Only evaluated on first run. |
230
+
|`-e MONGO_AUTHSOURCE=`| Mongodb [authSource](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.authSource). For Atlas set to `admin`.Defaults to `MONGO_DBNAME`.Only evaluated on first run. |
231
231
|`-v /config`| All Unifi data stored here |
232
232
233
233
## Environment variables from files (Docker secrets)
0 commit comments