From 248f8e2b8d3952b944780a383de5308c878343f5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 1 Jul 2020 10:00:29 +0200 Subject: [PATCH] Fix typo --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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