diff --git a/compose.yaml b/compose.yaml index 8f5bfdb2..fe2de7f4 100644 --- a/compose.yaml +++ b/compose.yaml @@ -25,6 +25,6 @@ services: # cap_add: # - NET_ADMIN healthcheck: - test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1" + test: "nc -z localhost 25" timeout: 3s retries: 0