Fix typo in healthcheck
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2020-09-30 01:54:24 +02:00
parent 3c2d92ad77
commit dc2d2a8f50
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", "-f" "http://localhost:8080"]
test: ["CMD", "curl", "-f", "http://localhost:8080"]
interval: 30s
timeout: 10s
retries: 10