From bb32a2fea06426223fb817961d6af39a9e5c5752 Mon Sep 17 00:00:00 2001 From: Jirapong Supasaovapak Date: Thu, 9 Apr 2026 00:01:39 +0700 Subject: [PATCH] current version will show unhealthy miniflux docker container due to not found error. changed test/healthcheck of miniflux as stated in project page: https://miniflux.app/docs/cli.html#healthcheck. --- services/miniflux/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/miniflux/compose.yaml b/services/miniflux/compose.yaml index 2bb242c6..ba4418d9 100644 --- a/services/miniflux/compose.yaml +++ b/services/miniflux/compose.yaml @@ -65,7 +65,7 @@ services: db: condition: service_healthy healthcheck: - test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:8080/health"] + test: ["CMD", "/usr/bin/miniflux", "-healthcheck", "auto"] interval: 1m # How often to perform the check timeout: 10s # Time to wait for the check to succeed retries: 3 # Number of retries before marking as unhealthy