chore: Simplify compose.yaml healthcheck

This commit is contained in:
Brennan Kinney 2025-06-01 19:22:58 +12:00 committed by GitHub
parent ea03808c8f
commit a76b06521f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,6 @@ services:
# cap_add: # cap_add:
# - NET_ADMIN # - NET_ADMIN
healthcheck: healthcheck:
test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1" test: "nc -z localhost 25"
timeout: 3s timeout: 3s
retries: 0 retries: 0