Remove Healthcheck #22

* Move image to use distroless with PGID and PUID

* remove healthcheck
This commit is contained in:
Mukhtar Akere
2025-01-28 22:12:22 +01:00
committed by GitHub
parent 1a2504ff6c
commit e2eb11056d

View File

@@ -32,8 +32,6 @@ COPY --from=logsetup /logs /logs
ENV LOG_PATH=/logs
HEALTHCHECK --interval=10s --timeout=5s --start-period=5s --retries=3 CMD wget --quiet --tries=1 --spider http://127.0.0.1:${QBIT_PORT:-8282}/internal/version || exit 1
EXPOSE 8181 8282
VOLUME ["/app"]