🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-07 18:48:33 -04:00
parent f4ce626f4c
commit c2390d8bda
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -84,7 +84,7 @@ EXPOSE $PORT
VOLUME ["/usr/html", "/var/lib/mysql", "/var/lib/wordpress/devel" ]
HEALTHCHECK CMD ["usr/local/bin/entrypoint-wordpress.sh", "healthcheck"]
HEALTHCHECK --interval=15s --timeout=3s CMD ["usr/local/bin/entrypoint-wordpress.sh", "healthcheck"]
ENTRYPOINT [ "tini", "-p", "SIGTERM", "--" ]
CMD [ "//usr/local/bin/entrypoint-wordpress.sh" ]