From 765ddd81e79a965f388a8552a3f0357828b70741 Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Sat, 14 Sep 2024 09:18:26 -0400 Subject: [PATCH] run delete index command from container --- lila-docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lila-docker b/lila-docker index e453b1af..b002c8b3 100755 --- a/lila-docker +++ b/lila-docker @@ -121,7 +121,7 @@ setup_database() { sleep 2 done - curl -X DELETE "localhost:9200/_all?pretty" + docker compose exec elasticsearch curl -X DELETE "localhost:9200/_all?pretty" docker compose exec lila_search_ingestor sbt 'ingestor/runMain lila.search.ingestor.cli index --all --since 0' fi