diff --git a/compose.yml b/compose.yml index a406751..6575669 100644 --- a/compose.yml +++ b/compose.yml @@ -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