w3c / automotive-viss2

MIT License
9 stars 15 forks source link

docker localhost needs to be exposed #72

Closed petervolvowinz closed 1 year ago

petervolvowinz commented 1 year ago

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)

petervolvowinz commented 1 year ago

The Mac works in mysterious ways...

petervolvowinz commented 1 year ago

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.