mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-20 20:03:39 +03:00
Update dockerfile health check url
This commit is contained in:
parent
91f06914d4
commit
e6250f85e4
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ COPY --from=builder --chown=wgui:wgui /assets/plugins /app/assets/plugins
|
||||||
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/"]
|
HEALTHCHECK CMD ["wget","--output-document=-","--quiet","--tries=1","http://127.0.0.1:5000/login"]
|
||||||
ENTRYPOINT ["./wg-ui"]
|
ENTRYPOINT ["./wg-ui"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue