chore: update docker-compose.yml

This commit is contained in:
tao.chen
2026-08-04 10:30:24 +08:00
parent 078d8f8687
commit d45109916a
+1 -3
View File
@@ -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