🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-07 18:47:10 -04:00
parent 1cfd4fa06b
commit ee8e3b0e5d
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -64,6 +64,6 @@ EXPOSE 80 19070
VOLUME [ "/data", "/config", "/etc/ssl" ] VOLUME [ "/data", "/config", "/etc/ssl" ]
ENTRYPOINT [ "tini", "--" ] ENTRYPOINT [ "tini", "--" ]
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-cherokee.sh" "healthcheck" ] HEALTHCHECK --interval=15s --timeout=3s CMD [ "/usr/local/bin/entrypoint-cherokee.sh" "healthcheck" ]
CMD ["/usr/local/bin/entrypoint-cherokee.sh"] CMD ["/usr/local/bin/entrypoint-cherokee.sh"]