mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-27 02:02:10 +01:00
bind to external
This commit is contained in:
parent
2547b06a48
commit
88f56d68b1
@ -18,7 +18,7 @@ async function bootstrap() {
|
||||
);
|
||||
app.enableCors();
|
||||
|
||||
await app.listen(process.env.PORT);
|
||||
await app.listen(process.env.PORT, '0.0.0.0');
|
||||
console.log(`http listening on port ${process.env.PORT}`)
|
||||
}
|
||||
bootstrap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user