Ver código fonte

Update docker-compose.yaml (#5745)

tags/0.6.13
takatost 1 ano atrás
pai
commit
cdf64d4ee2
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      docker/docker-compose.yaml

+ 1
- 1
docker/docker-compose.yaml Ver arquivo

@@ -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}

Carregando…
Cancelar
Salvar