From d49ff9a91e1ba10ae4e0cb27b5534c94f6910c1b Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:54:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix(docker):=20correct=20contact?= =?UTF-8?q?s-backend=20health=20check=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.macmini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index be074daa7..9848714d4 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -376,7 +376,7 @@ services: ports: - "3015:3015" healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3015/api/v1/health"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://127.0.0.1:3015/health"] interval: 30s timeout: 10s retries: 3