Skip to content

Commit

Permalink
fix healthcheck url
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Jun 13, 2024
1 parent 27c6c8c commit 11eec4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- ./webapp:/app
- ./kart_versions:/kart_versions
healthcheck:
test: wget -qO- http://localhost:8000/healthcheck || exit 1
test: wget -qO- http://localhost:8000/healthcheck/ || exit 1
start_period: 30s
interval: 60s
timeout: 10s
Expand Down

0 comments on commit 11eec4e

Please sign in to comment.