Skip to content

Commit

Permalink
Fix milvus configuration error (#1362)
Browse files Browse the repository at this point in the history
Signed-off-by: JackLCL <[email protected]>
  • Loading branch information
JackLCL authored Oct 17, 2023
1 parent 61e816f commit 16d80eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 16d80eb

Please sign in to comment.