Skip to content

Commit

Permalink
fix(docker): wrong management port for healthcheck
Browse files Browse the repository at this point in the history
close #1262
  • Loading branch information
tchiotludo committed Nov 14, 2022
1 parent 4077659 commit a38b90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
apt-get clean

HEALTHCHECK --interval=1m --timeout=30s --retries=3 \
CMD curl --fail http://localhost:8080/health || exit 1
CMD curl --fail http://localhost:28081/health || exit 1

WORKDIR /app
COPY docker /
Expand Down

0 comments on commit a38b90a

Please sign in to comment.