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 6b76405 commit c2f1565Copy full SHA for c2f1565
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
elasticsearch:
3
- image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.16.2}
+ image: docker.elastic.co/elasticsearch/elasticsearch:${VERSION:-7.17.1}
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