fixed jellyseerr health check
This commit is contained in:
@@ -54,7 +54,7 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "curl", "-f", "http://localhost:5055" ]
|
test: ["CMD", "wget", "-qO-", "http://localhost:5055"]
|
||||||
interval: 1m
|
interval: 1m
|
||||||
retries: 3
|
retries: 3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user