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.