From 197707342c5f588ffebfeb55fd2258aef70e19a4 Mon Sep 17 00:00:00 2001 From: mathislucka Date: Thu, 23 May 2024 18:01:22 +0200 Subject: [PATCH] indexing without dim needs es8.11 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6d21941..ad1acc7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -12,4 +12,4 @@ services: test: curl --fail http://localhost:9200/_cat/health || exit 1 interval: 10s timeout: 1s - retries: 10 \ No newline at end of file + retries: 10