From 458deb67e606cefea03c0885815cdeba88eb6b49 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Tue, 23 Sep 2025 18:04:32 +0530 Subject: [PATCH] fixed jellyseerr health check --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fb2cbf6..e357f93 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -54,7 +54,7 @@ services: extra_hosts: - "host.docker.internal:host-gateway" healthcheck: - test: [ "CMD", "curl", "-f", "http://localhost:5055" ] + test: ["CMD", "wget", "-qO-", "http://localhost:5055"] interval: 1m retries: 3 restart: unless-stopped