mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-25 22:16:29 +01:00
hc
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Implement healthcheck
|
||||
|
||||
## 4.5.2-r0-ls250 (11-03-2023)
|
||||
- Update to latest version from linuxserver/docker-qbittorrent
|
||||
|
||||
@@ -163,11 +163,11 @@ LABEL \
|
||||
# 6 Healthcheck #
|
||||
#################
|
||||
|
||||
ARG WEBUI_PORT="9091"
|
||||
ARG WEBUI_PORT=""
|
||||
ARG URL=""
|
||||
HEALTHCHECK \
|
||||
--interval=5s \
|
||||
--retries=5 \
|
||||
--start-period=30s \
|
||||
--timeout=25s \
|
||||
CMD pgrep qbittorrent-nox || exit 1
|
||||
CMD pgrep qbittorrent || exit 1
|
||||
Reference in New Issue
Block a user