🗃️ Committing everything that changed 🗃️

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

View File

@ -39,6 +39,6 @@ EXPOSE 80
WORKDIR /htdocs
VOLUME [ "/htdocs", "/config" ]
HEALTHCHECK CMD ["/usr/local/bin/entrypoint-lighttpd.sh", "healthcheck"]
HEALTHCHECK --interval=15s --timeout=3s CMD ["/usr/local/bin/entrypoint-lighttpd.sh", "healthcheck"]
ENTRYPOINT ["/usr/local/bin/entrypoint-lighttpd.sh"]