summaryrefslogtreecommitdiffstats
path: root/docker-compose-db.yml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-30 13:37:52 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-30 16:23:41 -0400
commit8f3ba2c2b0c877bd7238ced1a472607d36147f0e (patch)
tree5d237e63a63df00a9226aec87424eb74495026bb /docker-compose-db.yml
parent1f2ae46587874c477bc89f160e382204a3786248 (diff)
Fix the typo in the docker tag pull
Change-Id: Ia38e3ca9341da5f35ca02f1f17aa80435763040d Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'docker-compose-db.yml')
-rw-r--r--docker-compose-db.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose-db.yml b/docker-compose-db.yml
index a023378..d6e1caf 100644
--- a/docker-compose-db.yml
+++ b/docker-compose-db.yml
@@ -41,7 +41,7 @@ services:
ports:
- "9200:9200"
volumes:
- - /opt/app/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
+ - /opt/test-config/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
- es-data:/usr/share/elasticsearch/data
logging:
driver: "json-file"