Fix V2 to V3 naming change

This commit is contained in:
Sean Ezrol 2025-04-05 20:02:20 -04:00 committed by GitHub
parent 05fa83753b
commit c4c1244a21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,8 +103,8 @@ ENV NEKO_PLUGINS_DIR=/etc/neko/plugins/
#
# add healthcheck
HEALTHCHECK --interval=10s --timeout=5s --retries=8 \
CMD wget -O - http://localhost:${NEKO_BIND#*:}/health || \
wget --no-check-certificate -O - https://localhost:${NEKO_BIND#*:}/health || \
CMD wget -O - http://localhost:${NEKO_SERVER_BIND#*:}/health || \
wget --no-check-certificate -O - https://localhost:${NEKO_SERVER_BIND#*:}/health || \
exit 1
#