Skip to content

Commit

Permalink
Merge pull request #271 from oceanprotocol/calina-c-patch-2
Browse files Browse the repository at this point in the history
Upgrade ES
  • Loading branch information
calina-c authored Nov 19, 2021
2 parents fecb2d8 + 53a077f commit 3b528b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose-files/elasticsearch.yml
Original file line number Diff line number Diff line change
@@ -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"
discovery.type: "single-node"

0 comments on commit 3b528b7

Please sign in to comment.