mirror of
https://github.com/casjaysdevdocker/wordpress
synced 2025-01-18 12:34:35 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
f4ce626f4c
commit
c2390d8bda
@ -84,7 +84,7 @@ EXPOSE $PORT
|
|||||||
|
|
||||||
VOLUME ["/usr/html", "/var/lib/mysql", "/var/lib/wordpress/devel" ]
|
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", "--" ]
|
ENTRYPOINT [ "tini", "-p", "SIGTERM", "--" ]
|
||||||
CMD [ "//usr/local/bin/entrypoint-wordpress.sh" ]
|
CMD [ "//usr/local/bin/entrypoint-wordpress.sh" ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user