diff --git a/util/Nginx/Dockerfile b/util/Nginx/Dockerfile index 47fcea3b6..eab4b87f7 100644 --- a/util/Nginx/Dockerfile +++ b/util/Nginx/Dockerfile @@ -20,6 +20,6 @@ EXPOSE 8443 RUN chmod +x /entrypoint.sh -HEALTHCHECK CMD curl -L -f http://localhost:8080/alive || exit 1 +HEALTHCHECK CMD curl --insecure -Lfs https://localhost:8443/alive || curl -Lfs http://localhost:8080/alive || exit 1 ENTRYPOINT ["/entrypoint.sh"]