From 12de86cb635a6ca5c7571d39e1ad15f097978666 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 24 Jan 2021 20:19:22 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-healthchecks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/docker-healthchecks.md b/images/docker-healthchecks.md index 3062f9127f..0e49806d63 100644 --- a/images/docker-healthchecks.md +++ b/images/docker-healthchecks.md @@ -108,7 +108,7 @@ 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 | -| `SITE_ROOT=` | The site's top-level URL and the port it listens to if differrent than 80 or 443 (e.g., https://healthchecks.example.com:8000) | +| `SITE_ROOT=` | The site's top-level URL (e.g., https://healthchecks.example.com) | | `SITE_NAME=` | The site's name (e.g., "Example Corp HealthChecks") | | `DEFAULT_FROM_EMAIL=` | From email for alerts | | `EMAIL_HOST=` | SMTP host |