diff --git a/src/http/fastify.ts b/src/http/fastify.ts index a1dd1de..b11fd49 100644 --- a/src/http/fastify.ts +++ b/src/http/fastify.ts @@ -72,7 +72,7 @@ export const serve: HttpServer = async ({ adaptResponseToReply(probeController(), reply) }) - await fastify.listen({ port }) + await fastify.listen({ port, host: '::' }) return { shutdown() {