Update to v7.13.4 (#607)

Co-authored-by: antoineco <antoineco@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-07-25 08:37:34 +02:00
committed by GitHub
parent 42e537e743
commit 3ed2a5a2d4
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.13.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.13.4
ports:
- "9200:9200"
- "9300:9300"
@@ -25,7 +25,7 @@ services:
replicas: 1
logstash:
image: docker.elastic.co/logstash/logstash:7.13.2
image: docker.elastic.co/logstash/logstash:7.13.4
ports:
- "5044:5044"
- "5000:5000"
@@ -44,7 +44,7 @@ services:
replicas: 1
kibana:
image: docker.elastic.co/kibana/kibana:7.13.2
image: docker.elastic.co/kibana/kibana:7.13.4
ports:
- "5601:5601"
configs: