Skip to content

Commit

Permalink
Merge pull request laradock#501 from whoan/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
appleboy authored Dec 21, 2016
2 parents 79ce978 + d76f9e7 commit 586a210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ services:
build: ./elasticsearch
volumes:
- elasticsearch-data:/usr/share/elasticsearch/data
- elasticsearch-pkugins:/usr/share/elasticsearch/data
- elasticsearch-plugins:/usr/share/elasticsearch/data
ports:
- "9200:9200"
- "9300:9300"
Expand Down Expand Up @@ -338,7 +338,7 @@ volumes:
driver: "local"
elasticsearch-data:
driver: "local"
elasticsearch-pkugins:
elasticsearch-plugins:
driver: "local"
sessions: ## nothing is connected to this (- ./data/sessions:/sessions)
driver: "local"

0 comments on commit 586a210

Please sign in to comment.