From 10231a2af32963d54ea951aa73730a6219789cbb Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 28 Nov 2022 16:38:15 -0600 Subject: [PATCH] Bot Updating Documentation --- images/docker-unifi-controller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/docker-unifi-controller.md b/images/docker-unifi-controller.md index d1c390e50..f760c4f20 100644 --- a/images/docker-unifi-controller.md +++ b/images/docker-unifi-controller.md @@ -138,8 +138,8 @@ Docker images are configured using parameters passed at runtime (such as those a | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Europe/London` | Specify a timezone to use (e.g. Europe/London) - [see list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) | -| `MEM_LIMIT=1024` | Optionally change the Java memory limit. Set to `default` to reset to default | -| `MEM_STARTUP=1024` | Optionally change the Java initial/minimum memory. Set to `default` to reset to default | +| `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 | ### Volume Mappings (`-v`)