From 4208dfc8ffd02a6eb93fa00cd54044c19c372647 Mon Sep 17 00:00:00 2001 From: weaviate-git-bot Date: Sun, 17 Mar 2024 17:47:31 -0500 Subject: [PATCH] updated the Weaviate Docker image location (automated bot update) --- dev_compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_compose.yaml b/dev_compose.yaml index db64bb3..a2aa1e8 100644 --- a/dev_compose.yaml +++ b/dev_compose.yaml @@ -11,7 +11,7 @@ services: - elasticsearch_data:/usr/share/elasticsearch/data dev_weaviate: - image: semitechnologies/weaviate:1.19.8 + image: cr.weaviate.io/semitechnologies/weaviate:1.19.8 ports: - 8080:8080 restart: on-failure:0