diff --git a/index.js b/index.js index 26f5a45..8ed250d 100644 --- a/index.js +++ b/index.js @@ -84,7 +84,7 @@ async function getFiberData() { const start = async () => { try { - await fastify.listen({ port: 3000 }); + await fastify.listen({ host: "0.0.0.0", port: 3000 }); } catch (err) { fastify.log.error(err); process.exit(1);