fix remaining healthchecks
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
- /opt/qbittorrent:/config
|
||||
- /media/scratch/qbittorrent:/downloads/qbittorrent
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/"]
|
||||
test: ["CMD", "curl", "-f", "http://localhost:9092/"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user