This commit is contained in:
Alexandre
2023-03-11 10:56:31 +01:00
committed by GitHub
parent 164708e872
commit e357420a78

View File

@@ -158,3 +158,16 @@ LABEL \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}
#################
# 6 Healthcheck #
#################
ARG WEBUI_PORT="9091"
ARG URL=""
HEALTHCHECK \
--interval=5s \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD pgrep qbittorrent-nox || exit 1