Skip to content

Commit

Permalink
Change health check ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sarmiento committed Sep 24, 2023
1 parent e7c5d63 commit e9e2e5f
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 @@ -34,4 +34,4 @@ RUN apk --no-cache add curl grep

# Healthcheck
HEALTHCHECK --interval=30s --timeout=1s --start-period=3s --retries=1 \
CMD curl -s http://127.0.0.1:3000/api/healthz | grep -qm1 ok
CMD curl -s http://172.17.0.2:3000/api/healthz | grep -qm1 ok

0 comments on commit e9e2e5f

Please sign in to comment.