Skip to content

Commit

Permalink
update healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
potts99 authored Dec 1, 2023
1 parent 8b6c7d8 commit 952cee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
depends_on:
- peppermint_postgres
healthcheck:
test: ["CMD", "sh", "-c", "wget --spider $$BASE_URL"]
test: ["CMD", "sh", "-c", "wget --spider $$API_URL"]
interval: 30s
timeout: 10s
retries: 3
Expand Down

0 comments on commit 952cee0

Please sign in to comment.