Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 3a1c07f

Browse files
committed
fix: launch opensearch container without SSL
Leaving security on in devstack results in openseach freaking out as it fails to get its TLS running. With this change OS is running and usable.
1 parent 52e885f commit 3a1c07f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ services:
8686
- discovery.type=single-node
8787
- bootstrap.memory_lock=true
8888
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
89+
- "plugins.security.disabled=true"
8990

9091
firefox:
9192
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.firefox"

0 commit comments

Comments
 (0)