Update Swarm stack to 7.2.1

Increase delay before password setup in Swarm test
This commit is contained in:
Antoine Cotten
2019-08-05 17:17:13 +02:00
parent 8ce7b5c6ec
commit d8995b3f7a
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ version: '3.3'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.2.0
image: docker.elastic.co/elasticsearch/elasticsearch:7.2.1
ports:
- "9200:9200"
- "9300:9300"
@@ -20,7 +20,7 @@ services:
replicas: 1
logstash:
image: docker.elastic.co/logstash/logstash:7.2.0
image: docker.elastic.co/logstash/logstash:7.2.1
ports:
- "5000:5000"
- "9600:9600"
@@ -38,7 +38,7 @@ services:
replicas: 1
kibana:
image: docker.elastic.co/kibana/kibana:7.2.0
image: docker.elastic.co/kibana/kibana:7.2.1
ports:
- "5601:5601"
configs: