Listen not only on localhost

This commit is contained in:
Lars Strojny 2022-11-07 18:26:58 +01:00
parent 00dd20559a
commit 8e183b9fb7

View file

@ -72,7 +72,7 @@ export const serve: HttpServer = async ({
adaptResponseToReply(probeController(), reply) adaptResponseToReply(probeController(), reply)
}) })
await fastify.listen({ port }) await fastify.listen({ port, host: '::' })
return { return {
shutdown() { shutdown() {