Skip to content

Commit

Permalink
fix healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Murazaki committed Jan 20, 2025
1 parent f63fd84 commit f120215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- db
- redis
healthcheck:
test: 'curl --header "Host: ${APP_DOMAIN}" --fail http://localhost/api/service/health-check'
test: 'curl --fail http://localhost/api/service/health-check'
interval: 10s
retries: 2
timeout: 5s
Expand Down

0 comments on commit f120215

Please sign in to comment.