Skip to content

Commit

Permalink
indexing without dim needs es8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mathislucka authored May 23, 2024
1 parent d956c19 commit 1977073
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,6 +1,6 @@
services:
elasticsearch:
image: "docker.elastic.co/elasticsearch/elasticsearch:8.10.0"
image: "docker.elastic.co/elasticsearch/elasticsearch:8.11.1"
ports:
- 9200:9200
restart: on-failure
Expand All @@ -12,4 +12,4 @@ services:
test: curl --fail http://localhost:9200/_cat/health || exit 1
interval: 10s
timeout: 1s
retries: 10
retries: 10

0 comments on commit 1977073

Please sign in to comment.