From a76b06521f2ccc303d16d0b3af99dbb886f7ad30 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Sun, 1 Jun 2025 19:22:58 +1200 Subject: [PATCH] chore: Simplify `compose.yaml` healthcheck --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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