Skip to content

Commit 1e5d787

Browse files
authored
Merge pull request laradock#1457 from bestlong/fix-elasticsearch
fix laradock#1418 elasticsearch up fails.
2 parents 871a9d0 + 83140d9 commit 1e5d787

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ services:
508508
build: ./elasticsearch
509509
volumes:
510510
- elasticsearch-data:/usr/share/elasticsearch/data
511-
- elasticsearch-plugins:/usr/share/elasticsearch/plugins
512511
environment:
513512
- cluster.name=laradock-cluster
514513
- bootstrap.memory_lock=true
@@ -748,5 +747,3 @@ volumes:
748747
driver: "local"
749748
elasticsearch-data:
750749
driver: "local"
751-
elasticsearch-plugins:
752-
driver: "local"

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:5.4.1
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:6.2.3
22

33
EXPOSE 9200 9300

0 commit comments

Comments
 (0)