Skip to content
Snippets Groups Projects
Verified Commit 7173e215 authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Add insecure password to opensearch container

parent 90a75630
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,10 @@ services:
hard: 65536
volumes:
- demo_opensearch:/usr/share/opensearch/data
environment:
- discovery.type=single-node
- bootstrap.memory_lock=true
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=VeryInsecurePassword1!
expose:
- 9200
- 9600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment