Skip to content

Commit

Permalink
Update ES to 7.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Feb 7, 2020
1 parent ed3694f commit 78fd48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

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

0 comments on commit 78fd48a

Please sign in to comment.