code-server-openshift
code-server-openshift copied to clipboard
Not working if I bind too many ports in docker-stack.yml ?
I tried to start a simple node server in code-server, but it require additional ports to work. If I only bind 8888
and 9000
port like this, it will work in play with docker.
But the problem appears when I bind 8000-9000
ports like this:
When I try to access port 9000, it just returns
ERR_EMPTY_RESPONSE
error.
Must be how v2 has changed something, I'll check it out later
Yeah I haven't reflected the new changes I made yet, will push tomorrow.