diff --git a/local-harnesses/build.config.json.template b/local-harnesses/build.config.json.template index 143960d2fd..3556eaec5b 100644 --- a/local-harnesses/build.config.json.template +++ b/local-harnesses/build.config.json.template @@ -1,8 +1,8 @@ { "version": 1, - "bind_addr": "localhost:8080", + "bind_addr": "0.0.0.0:8080", "metrics_port": "localhost:2112", - "root_url": "http://localhost:8080/", + "root_url": "http://0.0.0.0:8080/", "work_dir": "/bhapi/work", "collectors_base_path": "/bhapi/collectors", "log_level": "INFO",