This commit is contained in:
Luke Murphy 2020-07-01 10:00:29 +02:00
parent 13a1da8760
commit ae1b1c2932
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ services:
- proxy
- internal
healthcheck:
test: ["CMD", "curl", "-f" "http://localhost:3000"]
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 15s
timeout: 10s
retries: 10