Update to v7.7.1

This commit is contained in:
Antoine Cotten
2020-06-08 15:08:10 +02:00
parent 516c3f6b57
commit ffc52a9c89
9 changed files with 12 additions and 12 deletions

View File

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