Update container healthcheck url

This commit is contained in:
Khanh Ngo 2021-11-21 10:09:28 +01:00
parent 2d9eeb08e8
commit 578e9e61e5
No known key found for this signature in database
GPG Key ID: 920A7D645DCB23DF
1 changed files with 1 additions and 1 deletions

View File

@ -64,5 +64,5 @@ COPY --from=builder --chown=wgui:wgui /build/wg-ui /app
RUN chmod +x wg-ui RUN chmod +x wg-ui
EXPOSE 5000/tcp EXPOSE 5000/tcp
HEALTHCHECK CMD ["wget","--output-document=-","--quiet","--tries=1","http://127.0.0.1:5000/login"] HEALTHCHECK CMD ["wget","--output-document=-","--quiet","--tries=1","http://127.0.0.1:5000"]
ENTRYPOINT ["./wg-ui"] ENTRYPOINT ["./wg-ui"]