Login doesnt work in a Docker container
The Socket listens to 127.0.0.1
which prevents it to work in a docker container without any more infrastructure. Changing the address to 0.0.0.0
solves this issue.
The Socket listens to 127.0.0.1
which prevents it to work in a docker container without any more infrastructure. Changing the address to 0.0.0.0
solves this issue.