diff --git a/Containers/fulltextsearch/Dockerfile b/Containers/fulltextsearch/Dockerfile index fd4c18dc..8e214bc4 100644 --- a/Containers/fulltextsearch/Dockerfile +++ b/Containers/fulltextsearch/Dockerfile @@ -1,5 +1,5 @@ # Probably from here https://github.com/elastic/elasticsearch/blob/main/distribution/docker/src/docker/Dockerfile -FROM elasticsearch:7.17.10 +FROM elasticsearch:8.8.0 USER root diff --git a/php/containers.json b/php/containers.json index 43d1488e..fa0e07e1 100644 --- a/php/containers.json +++ b/php/containers.json @@ -587,9 +587,14 @@ "internal_port": "9200", "environment": [ "TZ=%TIMEZONE%", + "ES_JAVA_OPTS=-Xms512M -Xmx512M", + "bootstrap.memory_lock=true", + "cluster.name=nextcloud-aio", "discovery.type=single-node", - "ES_JAVA_OPTS=-Xms1024M -Xmx1024M", - "POSTGRES_HOST=nextcloud-aio-database" + "logger.org.elasticsearch.discovery=WARN", + "http.port=9200", + "xpack.license.self_generated.type=basic", + "xpack.security.enabled=false" ], "volumes": [ {