We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79ce978 + d76f9e7 commit 586a210Copy full SHA for 586a210
1 file changed
docker-compose.yml
@@ -306,7 +306,7 @@ services:
306
build: ./elasticsearch
307
volumes:
308
- elasticsearch-data:/usr/share/elasticsearch/data
309
- - elasticsearch-pkugins:/usr/share/elasticsearch/data
+ - elasticsearch-plugins:/usr/share/elasticsearch/data
310
ports:
311
- "9200:9200"
312
- "9300:9300"
@@ -338,7 +338,7 @@ volumes:
338
driver: "local"
339
elasticsearch-data:
340
341
- elasticsearch-pkugins:
+ elasticsearch-plugins:
342
343
sessions: ## nothing is connected to this (- ./data/sessions:/sessions)
344
0 commit comments