mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-23 16:33:56 +02:00
Update ServerService.ts
This commit is contained in:
parent
54ccacff97
commit
8b4ba370f7
1 changed files with 1 additions and 1 deletions
|
@ -150,6 +150,6 @@ export class ServerService {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
fastify.listen({ port: this.config.port });
|
fastify.listen({ port: this.config.port, host: this.config.host ?? 'localhost' });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue