Skip to content

Commit

Permalink
run delete index command from container
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Sep 14, 2024
1 parent 8eb01f7 commit 765ddd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 765ddd8

Please sign in to comment.