Skip to content

Commit

Permalink
Merge pull request #235 from Maple-pro/dev
Browse files Browse the repository at this point in the history
fix(docker compose): add environment to elasticsearch
  • Loading branch information
liaosunny123 authored Sep 6, 2023
2 parents bf5d1b2 + 30c3783 commit 56d83f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ services:
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- discovery.type=single-node
- cluster.routing.allocation.disk.threshold_enabled=false
ulimits:
memlock:
soft: -1
Expand Down

0 comments on commit 56d83f1

Please sign in to comment.