From d76f9e7722a75008c1f8524a45ff1007e897a0a5 Mon Sep 17 00:00:00 2001 From: Juan Eugenio Abadie Date: Wed, 21 Dec 2016 10:16:32 -0300 Subject: [PATCH] Typo elasticsearch-pkugins -> elasticsearch-plugins --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b99f3121..b13c9958 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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" @@ -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"