feat(docker): move healthcheck to /admin

!1
This commit is contained in:
2023-08-11 13:57:29 +09:30
parent d27dcfc691
commit adefca8832

View File

@ -43,4 +43,6 @@ RUN chown node-red:node-red -R /data; \
USER node-red
HEALTHCHECK CMD curl http://localhost:1880/admin || exit 1
VOLUME [ "/data", "/usr/src/node-red" ]