mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Update container healthcheck url
This commit is contained in:
parent
2d9eeb08e8
commit
578e9e61e5
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue