Test a direct approach to healtchecking
This commit is contained in:
@@ -69,4 +69,5 @@ RUN apt-get update && apt-get install -y gnupg && \
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "--"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
HEALTHCHECK --start-period=20s --retries=1 CMD ["su", "-", "${UNAME}", "-c", "/healthcheck.sh"]
|
||||
#HEALTHCHECK --start-period=20s --retries=1 CMD ["su", "-", "${UNAME}", "-c", "~/healthcheck.sh"]
|
||||
HEALTHCHECK --start-period=20s --retries=1 CMD ["su", "-", "${UNAME}", "-c", "~/healthcheck.py -c ~/.seafile/seafile-data ${SEAF_LIBRARY_ID}]
|
||||
Reference in New Issue
Block a user