Update dockerfile health check url

This commit is contained in:
Khanh Ngo 2020-04-25 17:23:01 +07:00
parent 91f06914d4
commit e6250f85e4
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E

View file

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