1
0
Fork 0

Update docker-compose.yml

This commit is contained in:
Meng Sen 2025-05-27 13:23:12 +08:00 committed by GitHub
parent 852879c535
commit 05bcdf0bf7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ services:
- SSL_CERT_PATH=/tmp/dms/certs/${CERTS_PUBLIC_CRT:-public.crt}
- SSL_KEY_PATH=/tmp/dms/certs/${CERTS_PRIVATE_KEY:-private.key}
- SPOOF_PROTECTION=1
- https_proxy=${http_proxy}
- HTTPS_PROXY=${HTTP_PROXY:-}
healthcheck:
test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1"
timeout: 3s