From 346e3bd3b85ec57788a69cc12069a9924f2de5e7 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Sat, 3 Jun 2023 10:40:24 +0200 Subject: [PATCH] chore: remove healthcheck from Dockerfile (#382) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94823e5..c6e149f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,5 +73,4 @@ RUN chmod +x wg-ui COPY init.sh . EXPOSE 5000/tcp -HEALTHCHECK CMD ["wget","--output-document=-","--quiet","--tries=1","http://127.0.0.1:$(echo ${BIND_ADDRESS:-5000} | cut -d ':' -f2)/_health"] ENTRYPOINT ["./init.sh"]