Hi!
I can’t access Node.js app running in docker through browser. Node application in docker container does not respond to browsers request.
I tried it on my own application but also on various examples from github.
Do I have to use the application server (nginx, apache) for the node app in docker, or is it not necessary?
Thanks!