Update docker-compose.yaml (#1587)

This commit is contained in:
Jyong 2023-11-21 17:33:35 +08:00 committed by GitHub
parent b23de4affc
commit ce85ee3aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
- "80:80"