Closed petervolvowinz closed 1 year ago
The Mac works in mysterious ways...
currently the server listens and servers on 0.0.0.0 (all interfaces) within the docker container. It is exposed with 127.0.0.1 (localhost) which will be a clients address for the server. Maybe the listeners adress(0.0.0.0) needs to be configurable.
So, localhost (127.0.0.1) needs to binding to the docker containers... However, the hist adress should be configurable.
1) Fix docker localhost binding 2) Make host adress (server) configurable)