From ce85ee3aa6f701f51e4ef010f062a5eb94348002 Mon Sep 17 00:00:00 2001 From: Jyong <76649700+JohnJyong@users.noreply.github.com> Date: Tue, 21 Nov 2023 17:33:35 +0800 Subject: [PATCH] Update docker-compose.yaml (#1587) --- docker/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index a5046eb7c1..a2a76982d2 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -280,7 +280,7 @@ services: # (if uncommented, you need to comment out the weaviate service above, # and set VECTOR_STORE to qdrant in the api & worker service.) # qdrant: -# image: qdrant/qdrant:latest +# image: langgenius/qdrant:latest # restart: always # volumes: # - ./volumes/qdrant:/qdrant/storage @@ -302,4 +302,4 @@ services: - api - web ports: - - "80:80" \ No newline at end of file + - "80:80"