Skip to content

Commit

Permalink
docker-compose: explicitly set kibana host (#5327)
Browse files Browse the repository at this point in the history
Set the SERVER_HOST environment variable for
kibana to avoid being broken by issues like
elastic/kibana#100533
  • Loading branch information
axw authored May 26, 2021
1 parent b00095d commit bc4112c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ services:
retries: 300
interval: 1s
environment:
SERVER_HOST: 0.0.0.0
STATUS_ALLOWANONYMOUS: "true"
ELASTICSEARCH_URL: elasticsearch:9200
ELASTICSEARCH_USERNAME: "${KIBANA_ES_USER:-kibana_system_user}"
Expand Down

0 comments on commit bc4112c

Please sign in to comment.