Remove Healthcheck #22
* Move image to use distroless with PGID and PUID * remove healthcheck
This commit is contained in:
@@ -32,8 +32,6 @@ COPY --from=logsetup /logs /logs
|
|||||||
|
|
||||||
ENV LOG_PATH=/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
|
EXPOSE 8181 8282
|
||||||
|
|
||||||
VOLUME ["/app"]
|
VOLUME ["/app"]
|
||||||
|
|||||||
Reference in New Issue
Block a user