浏览代码

Update docker-compose.yaml (#1587)

tags/0.3.31-fix1
Jyong 1年前
父节点
当前提交
ce85ee3aa6
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      docker/docker-compose.yaml

+ 2
- 2
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"
- "80:80"

正在加载...
取消
保存