We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ec463 commit c54be39Copy full SHA for c54be39
src/server/app.ts
@@ -40,7 +40,7 @@ if (PG_META_EXPORT_DOCS) {
40
})
41
} else {
42
app.ready(() => {
43
- app.listen(PG_META_PORT, () => {
+ app.listen(PG_META_PORT, '0.0.0.0', () => {
44
app.log.info(`App started on port ${PG_META_PORT}`)
45
46
0 commit comments