From c25698dfa7fe215904c3fa38a2a7a7fd6a0e777a Mon Sep 17 00:00:00 2001 From: Will Ho Date: Fri, 28 Apr 2023 02:09:26 +0800 Subject: [PATCH] Update docs to reflect localhost being always included in ALLOWED_HOSTS --- docs/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index bde170e5c..cb5af9d86 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -322,8 +322,7 @@ You can read more about this in [the Django project's documentation](https://doc Can also be set using PAPERLESS_URL (see above). - If manually set, please remember to include "localhost". Otherwise - docker healthcheck will fail. + "localhost" is always allowed for docker healthcheck Defaults to "\*", which is all hosts.