Update ServerService.ts
This commit is contained in:
		
							parent
							
								
									8b4ba370f7
								
							
						
					
					
						commit
						686bea6e2a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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' }); | ||||
| 	} | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue