From 19b1d15e94639dd942edcb98b7a5d5760de51aec Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 14 Dec 2023 10:29:05 -0500 Subject: [PATCH] bind all interfaces by default --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e1448623e..77fee692e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,7 +5,7 @@ cryostat.discovery.docker.enabled=false quarkus.test.integration-test-profile=test quarkus.http.auth.proactive=false -quarkus.http.host=localhost +quarkus.http.host=0.0.0.0 cryostat.http.proxy.host=${quarkus.http.host} quarkus.http.port=8181 cryostat.http.proxy.port=${quarkus.http.port}