chore: remove healthcheck from Dockerfile

This commit is contained in:
Khanh Ngo 2023-06-03 10:37:25 +02:00
parent 8ac33a0278
commit c23e416c57
No known key found for this signature in database
GPG key ID: 29077342AA5648F6

View file

@ -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"]