mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00: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",
|
"POSTGRES_HOST=nextcloud-aio-database",
|
||||||
"TZ=%TIMEZONE%",
|
"TZ=%TIMEZONE%",
|
||||||
"ELASTIC_PASSWORD=%ELASTIC_PASSWORD%",
|
"ELASTIC_PASSWORD=%ELASTIC_PASSWORD%",
|
||||||
"ES_JAVA_OPTS=-Xms512M -Xmx512M -Des.enforce.bootstrap.checks=true",
|
"ES_JAVA_OPTS=-Xms512M -Xmx512M",
|
||||||
"bootstrap.memory_lock=true",
|
"bootstrap.memory_lock=true",
|
||||||
"cluster.name=nextcloud-aio",
|
"cluster.name=nextcloud-aio",
|
||||||
"discovery.type=single-node",
|
"discovery.type=single-node",
|
||||||
|
"logger.org.elasticsearch.discovery=WARN",
|
||||||
"http.port=9200",
|
"http.port=9200",
|
||||||
"xpack.license.self_generated.type=basic",
|
"xpack.license.self_generated.type=basic",
|
||||||
"xpack.security.enabled=false"
|
"xpack.security.enabled=false"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue