From 79bd02f34719a4b61138dd6484404b3425aec2fa Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 24 Jan 2021 15:19:46 -0500 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 0e49806d63..3062f9127f 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 (e.g., https://healthchecks.example.com) | +| `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_NAME=` | The site's name (e.g., "Example Corp HealthChecks") | | `DEFAULT_FROM_EMAIL=` | From email for alerts | | `EMAIL_HOST=` | SMTP host |