You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently deploying a labeler inside a Docker container, and this library does not set the internal fastify instance to listen on all interfaces, so I had to set it up like this: labelerServer.app.listen({port, host: "::"}, callback)
It feels quite wrong having to access the internal fastify object instead of passing it just the same as the port
The text was updated successfully, but these errors were encountered:
rogama25
changed the title
Fastify interfaces should be configurable
Fastify listening interfaces should be configurable
Nov 15, 2024
I'm currently deploying a labeler inside a Docker container, and this library does not set the internal fastify instance to listen on all interfaces, so I had to set it up like this:
labelerServer.app.listen({port, host: "::"}, callback)
It feels quite wrong having to access the internal fastify object instead of passing it just the same as the port
The text was updated successfully, but these errors were encountered: