Skip to content

Commit ce00c5e

Browse files
airguillaumebestlong
authored andcommitted
Update to Elasticsearch 7.1.1 (laradock#2179)
* Update Elasticsearch to 7.1.1 * Removed unnecessary quotes
1 parent 6eaf587 commit ce00c5e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,10 @@ services:
662662
- elasticsearch:/usr/share/elasticsearch/data
663663
environment:
664664
- cluster.name=laradock-cluster
665+
- node.name=laradock-node
665666
- bootstrap.memory_lock=true
666667
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
668+
- cluster.initial_master_nodes=laradock-node
667669
ulimits:
668670
memlock:
669671
soft: -1
@@ -1531,4 +1533,4 @@ services:
15311533
depends_on:
15321534
- postgres
15331535
volumes:
1534-
- ${DATA_PATH_HOST}/Confluence:/var/atlassian/application-data
1536+
- ${DATA_PATH_HOST}/Confluence:/var/atlassian/application-data

elasticsearch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM docker.elastic.co/elasticsearch/elasticsearch:6.6.0
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:7.1.1
22

33
EXPOSE 9200 9300

0 commit comments

Comments
 (0)