Skip to content

Commit

Permalink
bind all interfaces by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 14, 2023
1 parent aca88e7 commit 19b1d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 19b1d15

Please sign in to comment.