quad ot
This commit is contained in:
@@ -8,7 +8,7 @@ fastify.get('/*', async (request, reply) => {
|
||||
// Run the server!
|
||||
const start = async () => {
|
||||
try {
|
||||
await fastify.listen({ port: process.env.PORT || 8081 })
|
||||
await fastify.listen({ port: process.env.PORT || "8081", host: '0.0.0.0' })
|
||||
} catch (err) {
|
||||
fastify.log.error(err)
|
||||
process.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user