mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
Fix V2 to V3 naming change
This commit is contained in:
parent
05fa83753b
commit
c4c1244a21
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue