Update docs to reflect localhost being always included in ALLOWED_HOSTS

This commit is contained in:
Will Ho 2023-04-28 02:09:26 +08:00
parent 2ab2064a72
commit c25698dfa7

View File

@ -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.