fixed jellyseerr health check
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user