Update rag_tutorials/knowledge_graph_rag_citations/docker-compose.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Shubham Saboo
2026-01-11 11:55:17 -06:00
committed by GitHub
parent 99270f31d9
commit 0254c4ab25

View File

@@ -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