We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987f2d7 commit 9f6409aCopy full SHA for 9f6409a
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
elasticsearch:
3
- image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.0}
+ image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.14.2}
4
hostname: elasticsearch
5
environment:
6
- cluster.name=elasticsearch
@@ -28,7 +28,7 @@ services:
28
ports:
29
- 9200:9200
30
platinum:
31
32
hostname: elasticsearch-platinum
33
34
- cluster.name=platinum
0 commit comments