Skip to content

Commit

Permalink
[docker] Set server.shutdownTimeout to match default docker stop time…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jun 1, 2021
1 parent f7b99c2 commit ff6a5a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function generator({ imageFlavor }: TemplateContext) {
# Default Kibana configuration for docker target
server.host: "0"
server.shutdownTimeout: "5s"
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
${!imageFlavor ? 'monitoring.ui.container.elasticsearch.enabled: true' : ''}
`);
Expand Down

0 comments on commit ff6a5a8

Please sign in to comment.