spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

Server unreachable when running in Docker container #383

Open axelrindle opened 3 years ago

axelrindle commented 3 years ago

I'm currently working on a small hobby project and wanted to use spdy to add support for HTTP/2. While working fine when running the application standalone, the server seems to be unreachable when being run in a Docker container.

The Node.js application does not show any log output, even with DEBUG=* set.

Here is some environment information: