mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-14 01:50:32 +02:00
hc
This commit is contained in:
@@ -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