From 674b51177a64255c32faa051a8300354d11ab554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 10 Jun 2026 13:33:05 +0000 Subject: [PATCH] Add health checks --- cookbooks/seedbox/qbittorrent.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/seedbox/qbittorrent.container b/cookbooks/seedbox/qbittorrent.container index 1c1bb2d..041d104 100644 --- a/cookbooks/seedbox/qbittorrent.container +++ b/cookbooks/seedbox/qbittorrent.container @@ -31,7 +31,7 @@ Entrypoint=/app/qbittorrent-nox Exec=--webui-port=8080 # Health check -HealthCmd=curl -f http://127.0.0.1:8096/health +HealthCmd=curl -f http://127.0.0.1:8080/health HealthInterval=30s HealthTimeout=10s HealthStartPeriod=30s