浏览代码

Fix milvus configuration error (#1362)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
Chenglong.li 1 年之前
父节点
当前提交
16d80ebab3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docker/docker-compose.yaml

+ 2 - 2
docker/docker-compose.yaml

@@ -98,7 +98,7 @@ services:
       # The milvus password.
       # The milvus password.
       MILVUS_PASSWORD: Milvus
       MILVUS_PASSWORD: Milvus
       # The milvus tls switch.
       # The milvus tls switch.
-      MILVUS_SECURE: false
+      MILVUS_SECURE: 'false'
       # Mail configuration, support: resend
       # Mail configuration, support: resend
       MAIL_TYPE: ''
       MAIL_TYPE: ''
       # default send from email address, if not specified
       # default send from email address, if not specified
@@ -176,7 +176,7 @@ services:
       # The milvus password.
       # The milvus password.
       MILVUS_PASSWORD: Milvus
       MILVUS_PASSWORD: Milvus
       # The milvus tls switch.
       # The milvus tls switch.
-      MILVUS_SECURE: false
+      MILVUS_SECURE: 'false'
       # Mail configuration, support: resend
       # Mail configuration, support: resend
       MAIL_TYPE: ''
       MAIL_TYPE: ''
       # default send from email address, if not specified
       # default send from email address, if not specified