mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 07:49:01 +08:00
Update docker-compose.yaml (#5745)
This commit is contained in:
parent
8fd75e6965
commit
cdf64d4ee2
@ -232,7 +232,7 @@ x-shared-env: &shared-api-worker-env
|
||||
# default send from email address, if not specified
|
||||
MAIL_DEFAULT_SEND_FROM: ${MAIL_DEFAULT_SEND_FROM}
|
||||
SMTP_SERVER: ${SMTP_SERVER}
|
||||
SMTP_PORT: ${SMTP_PORT}
|
||||
SMTP_PORT: ${SMTP_PORT:-465}
|
||||
SMTP_USERNAME: ${SMTP_USERNAME}
|
||||
SMTP_PASSWORD: ${SMTP_PASSWORD}
|
||||
SMTP_USE_TLS: ${SMTP_USE_TLS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user