mirror of
https://github.com/casjaysdevdocker/gitea
synced 2025-02-22 12:36:49 -05:00
🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 20m3s
All checks were successful
release-tag / release-image (push) Successful in 20m3s
Dockerfile
This commit is contained in:
parent
1295b321b2
commit
73205a8326
@ -246,6 +246,8 @@ VOLUME [ "/config","/data" ]
|
|||||||
|
|
||||||
EXPOSE ${SERVICE_PORT} ${EXPOSE_PORTS}
|
EXPOSE ${SERVICE_PORT} ${EXPOSE_PORTS}
|
||||||
|
|
||||||
|
STOPSIGNAL SIGRTMIN+3
|
||||||
|
|
||||||
CMD [ "tail", "-f", "/dev/null" ]
|
CMD [ "tail", "-f", "/dev/null" ]
|
||||||
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh" ]
|
ENTRYPOINT [ "tini","-p", "SIGTERM","--","/usr/local/bin/entrypoint.sh" ]
|
||||||
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user