Merge pull request #3332 from bestlong/fix/elasticsearch

fix: ElasticSearch can't start issue
This commit is contained in:
Shao Yu-Lung (Allen) 2022-12-17 00:32:04 +08:00 committed by GitHub
commit 7d1fb0cd86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1038,6 +1038,8 @@ services:
- cluster.name=laradock-cluster
- node.name=laradock-node
- bootstrap.memory_lock=true
- xpack.security.enabled=false
- xpack.security.transport.ssl.enabled=false
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- cluster.initial_master_nodes=laradock-node
ulimits: