From e28cc025457123c764034fd113da6f3f443004b3 Mon Sep 17 00:00:00 2001 From: Weaviate Git Bot <83967968+weaviate-git-bot@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:45:35 -0500 Subject: [PATCH] Updated Weaviate Docker image url (auto PR by bot) (#109) * updated the Weaviate Docker image location (automated bot update) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updated the Weaviate Docker image location (automated bot update) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- engine/servers/weaviate-single-node/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/servers/weaviate-single-node/docker-compose.yaml b/engine/servers/weaviate-single-node/docker-compose.yaml index 9291687a..e5e9e9ec 100644 --- a/engine/servers/weaviate-single-node/docker-compose.yaml +++ b/engine/servers/weaviate-single-node/docker-compose.yaml @@ -8,7 +8,7 @@ services: - '8090' - --scheme - http - image: semitechnologies/weaviate:1.24.1 + image: cr.weaviate.io/semitechnologies/weaviate:1.24.1 network_mode: host logging: driver: "json-file"