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

Commit 338e0a8

Browse files
authored
Merge pull request #1237 from openedx/ashultz0/launch-os-wihout-ssl
fix: launch opensearch container without SSL
2 parents 52e885f + 3a1c07f commit 338e0a8

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)