From 0254c4ab25530893319a36b480791bb2a00c0470 Mon Sep 17 00:00:00 2001 From: Shubham Saboo <31396011+Shubhamsaboo@users.noreply.github.com> Date: Sun, 11 Jan 2026 11:55:17 -0600 Subject: [PATCH] Update rag_tutorials/knowledge_graph_rag_citations/docker-compose.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- rag_tutorials/knowledge_graph_rag_citations/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag_tutorials/knowledge_graph_rag_citations/docker-compose.yml b/rag_tutorials/knowledge_graph_rag_citations/docker-compose.yml index 7b844af..36da736 100644 --- a/rag_tutorials/knowledge_graph_rag_citations/docker-compose.yml +++ b/rag_tutorials/knowledge_graph_rag_citations/docker-compose.yml @@ -13,7 +13,7 @@ services: volumes: - neo4j_data:/data healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:7474"] + test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://localhost:7474 || exit 1"] interval: 10s timeout: 5s retries: 5