docs: add a note to the troubleshooting docs pointing developers to bind to all interfaces

Closes #5798
This commit is contained in:
josegonzalez
2023-04-27 21:37:11 -04:00
committed by GitHub
parent 7adc06926e
commit 36985c24f2

View File

@@ -167,7 +167,11 @@ When specifying your port you may want to use something similar to:
var port = process.env.PORT || 3000
```
Please see https://github.com/dokku/dokku/issues/282.
Please see [#282](https://github.com/dokku/dokku/issues/282).
Additionally, your application should listen/bind to all interfaces (`0.0.0.0`). Many frameworks default to listening on `127.0.0.1`.
Please see [#5798](https://github.com/dokku/dokku/issues/5798).
### Deployment fails because of slow internet connection, messages shows `gzip: stdin: unexpected end of file`.