Skip to content

Commit

Permalink
Update to ElasticSearch 7.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Aug 30, 2021
1 parent cacca0b commit 3e1c85c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-compose.cluster.yml
@@ -1,6 +1,6 @@
services:
es1:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.13.4}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.0}
hostname: es1
environment:
- bootstrap.memory_lock=true
Expand All @@ -26,7 +26,7 @@ services:
- 9200:9200

es2:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.13.4}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.0}
hostname: es2
environment:
- bootstrap.memory_lock=true
Expand All @@ -52,7 +52,7 @@ services:
- 9201:9200

es3:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.13.4}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.0}
hostname: es3
environment:
- bootstrap.memory_lock=true
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
@@ -1,6 +1,6 @@
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.13.4}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.0}
hostname: elasticsearch
environment:
- cluster.name=elasticsearch
Expand Down Expand Up @@ -28,7 +28,7 @@ services:
ports:
- 9200:9200
platinum:
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.13.4}
image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.0}
hostname: elasticsearch-platinum
environment:
- cluster.name=platinum
Expand Down

0 comments on commit 3e1c85c

Please sign in to comment.