Merge pull request #700 from paperless-ngx/fix-healthcheck

add "localhost" to ALLOWED_HOSTS
This commit is contained in:
shamoon
2022-04-12 07:25:09 -07:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -170,6 +170,9 @@ PAPERLESS_ALLOWED_HOSTS=<comma-separated-list>
Can also be set using PAPERLESS_URL (see above).
If manually set, please remember to include "localhost". Otherwise docker
healthcheck will fail.
Defaults to "*", which is all hosts.
PAPERLESS_CORS_ALLOWED_HOSTS=<comma-separated-list>