Skip to content

Commit d81ff0c

Browse files
authored
Use 0.0.0.0 instead of 0 as server.host (#211)
1 parent e8f03f0 commit d81ff0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/install/static_kibana_config_yml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package install
66

77
const kibanaConfigYml = `
88
server.name: kibana
9-
server.host: "0"
9+
server.host: "0.0.0.0"
1010
1111
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
1212
elasticsearch.username: elastic

0 commit comments

Comments
 (0)