diff --git a/docs/images/docker-healthchecks.md b/docs/images/docker-healthchecks.md index c34b069db..4c63bbeca 100644 --- a/docs/images/docker-healthchecks.md +++ b/docs/images/docker-healthchecks.md @@ -143,7 +143,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `SITE_NAME=` | The site's name (e.g., "Example Corp HealthChecks"). | | `SUPERUSER_EMAIL=` | Superuser email. | | `SUPERUSER_PASSWORD=` | Superuser password. | -| `ALLOWED_HOSTS=` | A comma-separated list of valid hostnames for the server. Default is: `*`. | +| `ALLOWED_HOSTS=` | A comma-separated list of valid hostnames for the server. Default is the domain portion of `SITE_ROOT`. | | `APPRISE_ENABLED=False` | Set to `True` to enable the Apprise integration (https://github.com/caronc/apprise). | | `CSRF_TRUSTED_ORIGINS=` | A [list](https://docs.python.org/3/tutorial/introduction.html#lists) of trusted origins for unsafe requests (e.g. POST). Defaults to the value of `SITE_ROOT`. | | `DEBUG=True` | Set to `False` to disable. Debug mode relaxes CSRF protections and increases logging verbosity but should be disabled for production instances as it will impact performance and security. |