Unverified Commit ce85ee3a authored by Jyong's avatar Jyong Committed by GitHub

Update docker-compose.yaml (#1587)

parent b23de4af
...@@ -280,7 +280,7 @@ services: ...@@ -280,7 +280,7 @@ services:
# (if uncommented, you need to comment out the weaviate service above, # (if uncommented, you need to comment out the weaviate service above,
# and set VECTOR_STORE to qdrant in the api & worker service.) # and set VECTOR_STORE to qdrant in the api & worker service.)
# qdrant: # qdrant:
# image: qdrant/qdrant:latest # image: langgenius/qdrant:latest
# restart: always # restart: always
# volumes: # volumes:
# - ./volumes/qdrant:/qdrant/storage # - ./volumes/qdrant:/qdrant/storage
...@@ -302,4 +302,4 @@ services: ...@@ -302,4 +302,4 @@ services:
- api - api
- web - web
ports: ports:
- "80:80" - "80:80"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment