fixed jellyseerr health check

This commit is contained in:
2025-09-23 18:04:32 +05:30
parent 55382b2fbc
commit 458deb67e6

View File

@@ -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