소스 검색

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