We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bd887 commit a67dbdeCopy full SHA for a67dbde
1 file changed
Dockerfile
@@ -41,6 +41,6 @@ USER appuser
41
EXPOSE 8087
42
43
HEALTHCHECK --interval=30s --timeout=3s --start-period=60s --retries=3 \
44
- CMD wget --quiet --tries=1 --spider http://localhost:8085/actuator/health || exit 1
+ CMD wget --quiet --tries=1 --spider http://localhost:8087/actuator/health || exit 1
45
46
ENTRYPOINT ["sh", "-c", "java $JAVA_OPTS -jar app.jar"]
0 commit comments