Update to v7.9.2

Closes #539
This commit is contained in:
Antoine Cotten
2020-10-09 11:57:40 +02:00
parent fd704c4b7c
commit 081589dd18
3 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ version: '3.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.1
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.2
ports:
- "9200:9200"
- "9300:9300"
@@ -23,7 +23,7 @@ services:
replicas: 1
logstash:
image: docker.elastic.co/logstash/logstash:7.9.1
image: docker.elastic.co/logstash/logstash:7.9.2
ports:
- "5000:5000"
- "9600:9600"
@@ -41,7 +41,7 @@ services:
replicas: 1
kibana:
image: docker.elastic.co/kibana/kibana:7.9.1
image: docker.elastic.co/kibana/kibana:7.9.2
ports:
- "5601:5601"
configs: