mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
services/filestore: should be aware of LISTEN_ADDRESS
Signed-off-by: Zhang Zongyu <zongyu@novazy.net>
This commit is contained in:
parent
844f92b8c1
commit
c3509b78cf
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ app.get('/health_check', healthCheckController.check)
|
|||
app.use(RequestLogger.errorHandler)
|
||||
|
||||
const port = settings.internal.filestore.port || 3009
|
||||
const host = '0.0.0.0'
|
||||
const host = settings.internal.filestore.host || '0.0.0.0'
|
||||
|
||||
if (!module.parent) {
|
||||
// Called directly
|
||||
|
|
Loading…
Reference in a new issue