From 53a077fb651b3185704a44876ee93ad72625f046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83lina=20Cenan?= Date: Fri, 19 Nov 2021 13:55:06 +0200 Subject: [PATCH] Update elasticsearch.yml --- compose-files/elasticsearch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose-files/elasticsearch.yml b/compose-files/elasticsearch.yml index db3d385..029ef91 100644 --- a/compose-files/elasticsearch.yml +++ b/compose-files/elasticsearch.yml @@ -1,11 +1,11 @@ version: '3' services: elasticsearch: - image: elasticsearch:6.8.3 + image: elasticsearch:7.14.2 networks: backend: ipv4_address: 172.15.0.6 environment: ES_JAVA_OPTS: "-Xms512m -Xmx512m" MAX_MAP_COUNT: "64000" - discovery.type: "single-node" \ No newline at end of file + discovery.type: "single-node"