fix bind adress

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-05 21:49:20 +01:00
parent 0afdf1a12e
commit bbccbaf648

View File

@@ -64,7 +64,7 @@ const startServer = async () => {
}
}
await fastify.listen({ port });
await fastify.listen({ host: '0.0.0.0', port });
} catch (e) {
console.error(e);
}