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
…out (#100494)
  • Loading branch information
jbudz committed May 26, 2021
1 parent ba7c027 commit 507da3e
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.0.0.0"
server.shutdownTimeout: "5s"
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
${!imageFlavor ? 'monitoring.ui.container.elasticsearch.enabled: true' : ''}
`);
Expand Down

0 comments on commit 507da3e

Please sign in to comment.