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