From 7899e6a169a149ad583e217c106f68490c1f5c15 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 22 Jun 2020 18:14:28 +0200 Subject: [PATCH] Fail if not coming up --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index c605739..18c693d 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: depends_on: - mariadb healthcheck: - test: ["CMD", "curl", "http://localhost:8080"] + test: ["CMD", "curl", "-f", "http://localhost:8080"] interval: 30s timeout: 10s retries: 10