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

Commit

Permalink
Merge pull request #1237 from openedx/ashultz0/launch-os-wihout-ssl
Browse files Browse the repository at this point in the history
fix: launch opensearch container without SSL
  • Loading branch information
ashultz0 authored Dec 7, 2023
2 parents 52e885f + 3a1c07f commit 338e0a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ services:
- discovery.type=single-node
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- "plugins.security.disabled=true"

firefox:
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.firefox"
Expand Down

0 comments on commit 338e0a8

Please sign in to comment.