Fail if not coming up
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-06-22 18:14:28 +02:00
parent 92dbaf254f
commit 7899e6a169
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ services:
depends_on:
- mariadb
healthcheck:
test: ["CMD", "curl", "http://localhost:8080"]
test: ["CMD", "curl", "-f", "http://localhost:8080"]
interval: 30s
timeout: 10s
retries: 10