remove healthcheck

This commit is contained in:
Jussi Räsänen 2024-05-19 17:36:54 +03:00
parent 45b5922be6
commit 05b1621042
No known key found for this signature in database
GPG key ID: 973AC6ACBE3D307D

View file

@ -49,5 +49,3 @@ USER daemon
ENTRYPOINT ["/writefreely/writefreely-docker.sh"] ENTRYPOINT ["/writefreely/writefreely-docker.sh"]
HEALTHCHECK --start-period=5s --interval=15s --timeout=5s \
CMD curl -fSs http://localhost:8080/ || exit 1