Healthcheck was fixed upstream

This commit is contained in:
Sam A. 2024-01-07 17:53:39 +01:00
parent f685830436
commit 92baeb8236
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 6 deletions

View File

@ -17,12 +17,6 @@ services:
- postfix
volumes:
- "./data:/etc/opendkim/keys:rw"
healthcheck:
test: ["CMD-SHELL", "printf \"EHLO healthcheck\\nquit\\n\" | { while read l ; do sleep 1; echo $$l; done } | nc -w 2 127.0.0.1 587 | grep -qE \"^220.*ESMTP Postfix\""]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s
networks:
{{ apps_postfix_docker_network }}: