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