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