From 2688f440934dffa91e3dc3d3acf42f3cdc0f4a32 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 9 Dec 2023 02:31:56 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11e73ed..f520297 100644 --- a/README.md +++ b/README.md @@ -226,8 +226,8 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e MONGO_DBNAME=unifi` | Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run. | | `-e MEM_LIMIT=1024` | Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default | | `-e MEM_STARTUP=1024` | Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default | -| `-e MONGO_TLS=` | Mongodb enable TLS. Only evaluated on first run. | -| `-e MONGO_AUTHSOURCE=` | Mongodb authSource. For Atlas set to `admin`.Defaults to `MONGO_DBNAME`.Only evaluated on first run. | +| `-e MONGO_TLS=` | Mongodb enable [TLS](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.tls). Only evaluated on first run. | +| `-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. | | `-v /config` | All Unifi data stored here | ## Environment variables from files (Docker secrets)