Update to Elasticsearch 7.1.1 (#2179)

* Update Elasticsearch to 7.1.1
* Removed unnecessary quotes
This commit is contained in:
airguillaume 2019-07-14 05:44:21 +02:00 committed by Shao Yu-Lung (Allen)
parent 6eaf587803
commit ce00c5ea27
2 changed files with 4 additions and 2 deletions

View File

@ -662,8 +662,10 @@ services:
- elasticsearch:/usr/share/elasticsearch/data
environment:
- cluster.name=laradock-cluster
- node.name=laradock-node
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- cluster.initial_master_nodes=laradock-node
ulimits:
memlock:
soft: -1
@ -1531,4 +1533,4 @@ services:
depends_on:
- postgres
volumes:
- ${DATA_PATH_HOST}/Confluence:/var/atlassian/application-data
- ${DATA_PATH_HOST}/Confluence:/var/atlassian/application-data

View File

@ -1,3 +1,3 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:6.6.0
FROM docker.elastic.co/elasticsearch/elasticsearch:7.1.1
EXPOSE 9200 9300