Skip to content

Commit

Permalink
fix: 修复健康检测参数
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Oct 30, 2023
1 parent a78a41b commit 90f8a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV NODE_NAME= \
NODE_BANNER=

HEALTHCHECK --interval=30s --timeout=5s \
CMD wget -spider http://localhost:9115/-/healthy || exit 1
CMD wget --spider http://localhost:9115/-/healthy || exit 1

ENTRYPOINT ["tdp-server"]

Expand Down

0 comments on commit 90f8a05

Please sign in to comment.