qbittorrent

> updating wiki
This commit is contained in:
2023-11-29 00:36:50 -08:00
parent 550325abf4
commit 65714a45d8
4 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ services:
- WEBUI_PORT=8124
healthcheck:
# change this ip addrss to match your server. Mine is below as an example
#test: curl -sf http://192.168.1.59:8124 || exit 1
#test: curl -sf http://192.168.1.55:8124 || exit 1
test: curl -sf http://<SERVER IP ADDRESS>:8124 || exit 1
interval: 60s
timeout: 30s