Update docker-compose.yml

This commit is contained in:
Meng Sen
2025-05-27 13:23:12 +08:00
committed by GitHub
parent 113b0346bd
commit e70950a897

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