mirror of
https://github.com/11notes/docker-kms-gui.git
synced 2025-11-03 12:43:13 +00:00
inline health check
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
VOLUME ["${APP_ROOT}/var"]
|
||||
|
||||
# :: Monitor
|
||||
HEALTHCHECK --interval=5s --timeout=2s CMD /usr/local/bin/healthcheck.sh || exit 1
|
||||
HEALTHCHECK --interval=5s --timeout=2s CMD curl -X GET -kILs --fail http://localhost:${PORT} || exit 1
|
||||
|
||||
# :: Start
|
||||
USER docker
|
||||
Reference in New Issue
Block a user