diff --git a/runtime/Dockerfile b/runtime/Dockerfile index 880781be..0596ac49 100644 --- a/runtime/Dockerfile +++ b/runtime/Dockerfile @@ -103,7 +103,9 @@ ENV NEKO_PLUGINS_DIR=/etc/neko/plugins/ # # add healthcheck HEALTHCHECK --interval=10s --timeout=5s --retries=8 \ - CMD wget -O - http://localhost:${NEKO_SERVER_BIND#*:}/health || exit 1 + CMD wget -O - http://localhost:${NEKO_BIND#*:}/health || \ + wget --no-check-certificate -O - https://localhost:${NEKO_BIND#*:}/health || \ + exit 1 # # run neko