fix(qbittorrent): #35 change healthcheck endpoint to fix web UI crash
This commit is contained in:
@@ -239,7 +239,7 @@ services:
|
||||
- ${DOWNLOAD_ROOT}:/data/torrents
|
||||
restart: always
|
||||
healthcheck:
|
||||
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:8080/api/v2/app/version" ]
|
||||
test: [ "CMD", "curl", "--fail", "http://127.0.0.1:8080" ]
|
||||
interval: 5s
|
||||
retries: 10
|
||||
network_mode: "service:vpn"
|
||||
|
||||
Reference in New Issue
Block a user