From fe41a8cbeeb07ae635227073e312265f24a7f2bf Mon Sep 17 00:00:00 2001 From: zwitschi Date: Tue, 28 Apr 2026 11:07:56 +0200 Subject: [PATCH] Fix formatting in healthcheck command for backend service in docker-compose.yml Co-authored-by: Copilot --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fc78dbf..2ae82dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.8' - services: backend: build: @@ -19,7 +17,7 @@ services: networks: - app-network healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:12000/health"] + test: [ "CMD", "curl", "-f", "http://localhost:12000/health" ] interval: 30s timeout: 10s retries: 3