mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Listen on 0.0.0.0 and not localhost
This commit is contained in:
parent
c76b1e7479
commit
deb1aa468f
@ -167,4 +167,4 @@ if __name__ == "__main__":
|
||||
(args.port, arg_extract_path,
|
||||
" (clean after)" if arg_should_clean else "", arg_symlink, arg_jenkins_url)
|
||||
)
|
||||
app.run(port=args.port, debug=True)
|
||||
app.run(host="0.0.0.0", port=args.port, debug=True)
|
||||
|
Loading…
Reference in New Issue
Block a user