From ea8098d6c5ec39c50232555b477a95622af99c5e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 22 May 2022 10:49:12 +0200 Subject: [PATCH] Update config.json --- scrutiny/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/config.json b/scrutiny/config.json index fda2b3806..d6b83ec22 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -43,7 +43,7 @@ "/dev/nvme2" ], "environment": { - "COLLECTOR_API_ENDPOINT": "http://localhost:8080", + "COLLECTOR_API_ENDPOINT": "http://0.0.0.0:8080", "SCRUTINY_COLLECTOR": "true" }, "ingress": true,