From f3a0bae2ab6cf6204cf8fa1a03056f61fcbf693d Mon Sep 17 00:00:00 2001 From: nurfed1 Date: Tue, 23 Jan 2024 18:57:29 +0100 Subject: [PATCH] Revert ip to bind everywhere (#337) --- local-harnesses/build.config.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",