This commit is contained in:
Alexandre
2023-03-11 10:59:54 +01:00
committed by GitHub
parent e357420a78
commit 5add26a46d
2 changed files with 3 additions and 2 deletions

View File

@@ -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