Bot Updating Documentation

pull/168/head
LinuxServer-CI 2023-12-09 02:32:02 +00:00
rodzic 5467bd832a
commit 06f5a32dbb
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -210,8 +210,8 @@ Containers are configured using parameters passed at runtime (such as those abov
| `MONGO_DBNAME=unifi` | Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run. |
| `MEM_LIMIT=1024` | Optionally change the Java memory limit (in Megabytes). Set to `default` to reset to default |
| `MEM_STARTUP=1024` | Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default |
| `MONGO_TLS=` | Mongodb enable TLS. Only evaluated on first run. |
| `MONGO_AUTHSOURCE=` | Mongodb authSource. For Atlas set to `admin`.Defaults to `MONGO_DBNAME`.Only evaluated on first run. |
| `MONGO_TLS=` | Mongodb enable [TLS](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.tls). Only evaluated on first run. |
| `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. |
### Volume Mappings (`-v`)