Use HOST="0.0.0.0" instead of HOST="127.0.0.1"
This commit is contained in:
parent
26d3f9bea5
commit
d469fe510d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue