From e6250f85e4e6f123fa6e7e974d66e3b4a4bf41a5 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Sat, 25 Apr 2020 17:23:01 +0700 Subject: [PATCH] Update dockerfile health check url --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7dfa116..1010554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,5 +57,5 @@ COPY --from=builder --chown=wgui:wgui /assets/plugins /app/assets/plugins RUN chmod +x wg-ui EXPOSE 5000/tcp -HEALTHCHECK CMD ["wget","--output-document=-","--quiet","--tries=1","http://127.0.0.1:5000/"] +HEALTHCHECK CMD ["wget","--output-document=-","--quiet","--tries=1","http://127.0.0.1:5000/login"] ENTRYPOINT ["./wg-ui"]