diff --git a/apps/sdk-api/src/index.ts b/apps/sdk-api/src/index.ts index 3269a549..111afd32 100644 --- a/apps/sdk-api/src/index.ts +++ b/apps/sdk-api/src/index.ts @@ -64,7 +64,7 @@ const startServer = async () => { } } - await fastify.listen({ port }); + await fastify.listen({ host: '0.0.0.0', port }); } catch (e) { console.error(e); }