Skip to content

Commit

Permalink
chore: remove healthcheck from Dockerfile (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoduykhanh authored Jun 3, 2023
1 parent 8ac33a0 commit 346e3bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 346e3bd

Please sign in to comment.