Skip to content

Commit d27f9f8

Browse files
committed
all wildcard deletes in compose ES
1 parent a8d80f2 commit d27f9f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_elasticsearch/test_server/test_vectorstore/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ services:
44
elasticsearch:
55
image: elasticsearch:8.13.0
66
environment:
7+
- action.destructive_requires_name=false # allow wildcard index deletions
78
- discovery.type=single-node
89
- xpack.license.self_generated.type=trial
910
- xpack.security.enabled=false # disable password and TLS; never do this in production!

0 commit comments

Comments
 (0)