Fail if it fails

This commit is contained in:
Luke Murphy 2020-06-22 18:48:56 +02:00
parent 16dfc313f0
commit cc17cb6493
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
- KEYCLOAK_USER="${ADMIN_USERNAME}"
- PROXY_ADDRESS_FORWARDING=true
healthcheck:
test: ["CMD", "curl", "http://localhost:8080"]
test: ["CMD", "curl", "-f" "http://localhost:8080"]
interval: 30s
timeout: 10s
retries: 10