Use HOST="0.0.0.0" instead of HOST="127.0.0.1"

This commit is contained in:
Dennis Boldt 2021-12-21 00:02:46 +01:00
parent 26d3f9bea5
commit d469fe510d

View file

@ -114,6 +114,8 @@ Then edit `config/config.py` to your heart's content (and matching the
configuration of the keycloak). Do not forget to generate a secure secret
string.
Ensure to set `HOST = "0.0.0.0"`, thus the webserver can be accessed by docker.
Also set `PROXIES_COUNT = 1` in your config, even if that option is not
included in the example file. Read the
[Sanic docs](https://sanicframework.org/en/guide/advanced/proxy-headers.html)