mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
Update ServerService.ts
This commit is contained in:
@ -150,6 +150,6 @@ export class ServerService {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
fastify.listen({ port: this.config.port, host: this.config.host ?? 'localhost' });
|
fastify.listen({ port: this.config.port, host: '0.0.0.0' });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user