Skip to content

Commit

Permalink
all wildcard deletes in compose ES
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Apr 30, 2024
1 parent a8d80f2 commit d27f9f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
elasticsearch:
image: elasticsearch:8.13.0
environment:
- action.destructive_requires_name=false # allow wildcard index deletions
- discovery.type=single-node
- xpack.license.self_generated.type=trial
- xpack.security.enabled=false # disable password and TLS; never do this in production!
Expand Down

0 comments on commit d27f9f8

Please sign in to comment.