Listen not only on localhost
This commit is contained in:
parent
00dd20559a
commit
8e183b9fb7
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue