All containers now have a health check

This commit is contained in:
Shaun Collins
2026-03-13 14:25:45 +00:00
committed by shaun collins
parent 20dcdfdb30
commit 2fed95bfd7
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ services:
volumes:
- ./Prowlarr/config:/config
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9696/api/v1/health"]
test: ["CMD", "curl", "-f", "http://localhost:9696"]
start_period: 30s
timeout: 5s
interval: 30s