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