Skip to content

Commit

Permalink
Update to ES 7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Nov 27, 2020
1 parent 191f338 commit 21064b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.3
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.0
hostname: elasticsearch
environment:
- cluster.name=elasticsearch
Expand All @@ -28,7 +28,7 @@ services:
ports:
- 9200:9200
platinum:
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.3
image: docker.elastic.co/elasticsearch/elasticsearch:7.10.0
hostname: elasticsearch-platinum
environment:
- cluster.name=platinum
Expand Down

0 comments on commit 21064b9

Please sign in to comment.