mirror of
https://github.com/dockersrc/scripts
synced 2024-11-21 17:23:06 -05:00
🗃️ Committing everything that changed 🗃️
dockerfile/nginx
This commit is contained in:
parent
b962a4e391
commit
b03948d68b
@ -177,4 +177,4 @@ EXPOSE ${EXPOSE_PORTS}
|
|||||||
|
|
||||||
#CMD [ "" ]
|
#CMD [ "" ]
|
||||||
ENTRYPOINT [ "tini", "-p", "SIGTERM", "--", "/usr/local/bin/entrypoint.sh" ]
|
ENTRYPOINT [ "tini", "-p", "SIGTERM", "--", "/usr/local/bin/entrypoint.sh" ]
|
||||||
HEALTHCHECK --start-period=1m --interval=2m --timeout=3s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
HEALTHCHECK --start-period=5m --interval=2m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user