Merge pull request #3354 from makowskid/master

Solving the issue of paginating ElasticSearch results in query tools
This commit is contained in:
Shao Yu-Lung (Allen) 2023-03-30 07:55:46 +08:00 committed by GitHub
commit 368ef0d8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1043,6 +1043,7 @@ services:
- bootstrap.memory_lock=true
- xpack.security.enabled=false
- xpack.security.transport.ssl.enabled=false
- indices.id_field_data.enabled=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- cluster.initial_master_nodes=laradock-node
ulimits: