We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d80f2 commit d27f9f8Copy full SHA for d27f9f8
test_elasticsearch/test_server/test_vectorstore/docker-compose.yml
@@ -4,6 +4,7 @@ services:
4
elasticsearch:
5
image: elasticsearch:8.13.0
6
environment:
7
+ - action.destructive_requires_name=false # allow wildcard index deletions
8
- discovery.type=single-node
9
- xpack.license.self_generated.type=trial
10
- xpack.security.enabled=false # disable password and TLS; never do this in production!
0 commit comments