mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-10 14:10:35 +08:00
some more adjustments
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
2dfab2941b
commit
dedc25dc51
1 changed files with 2 additions and 1 deletions
|
|
@ -504,10 +504,11 @@
|
|||
"POSTGRES_HOST=nextcloud-aio-database",
|
||||
"TZ=%TIMEZONE%",
|
||||
"ELASTIC_PASSWORD=%ELASTIC_PASSWORD%",
|
||||
"ES_JAVA_OPTS=-Xms512M -Xmx512M -Des.enforce.bootstrap.checks=true",
|
||||
"ES_JAVA_OPTS=-Xms512M -Xmx512M",
|
||||
"bootstrap.memory_lock=true",
|
||||
"cluster.name=nextcloud-aio",
|
||||
"discovery.type=single-node",
|
||||
"logger.org.elasticsearch.discovery=WARN",
|
||||
"http.port=9200",
|
||||
"xpack.license.self_generated.type=basic",
|
||||
"xpack.security.enabled=false"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue