Skip to content

Commit

Permalink
fix: Upgrade docker-compose.yml to ES 7.17.25
Browse files Browse the repository at this point in the history
Not all tests ran green with ElasticSearch 7.4.2. As it's pretty old, I
think it's fair to move on and develop with latest stable (which most
people will use anyways.)
  • Loading branch information
supersven authored and blackheaven committed Nov 5, 2024
1 parent c3a7837 commit 1ab857b
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
@@ -1,7 +1,7 @@
version: "2"
services:
elasticsearch1:
image: docker.elastic.co/elasticsearch/elasticsearch:7.4.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.25
container_name: elasticsearch1
environment:
- node.name=elasticsearch1
Expand All @@ -21,7 +21,7 @@ services:
- esnet

elasticsearch2:
image: docker.elastic.co/elasticsearch/elasticsearch:7.4.2
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.25
environment:
- node.name=elasticsearch2
- cluster.name=docker-cluster
Expand Down

0 comments on commit 1ab857b

Please sign in to comment.