From d45109916a76c41a2f939ae1b81b2cc87e4180ea Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:30:24 +0800 Subject: [PATCH] chore: update docker-compose.yml --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 117cec6..d08deb7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -114,9 +114,7 @@ services: volumes: - ./runtime:/app/runtime healthcheck: - test: - - CMD-SHELL - - grep -q ' /app/workspaces .* - fuse.rclone ' /proc/self/mountinfo && curl -fsS http://127.0.0.1:8000/api/v1/health >/dev/null + test: ["CMD-SHELL", "grep -q ' /app/workspaces .* - fuse.rclone ' /proc/self/mountinfo && curl -fsS http://127.0.0.1:8000/api/v1/health >/dev/null"] interval: 10s timeout: 5s retries: 18