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