Skip to content

Commit

Permalink
added volume for elastic
Browse files Browse the repository at this point in the history
  • Loading branch information
donvito committed Sep 23, 2017
1 parent b508d64 commit 1b509a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo-project-stack.yml
Expand Up @@ -6,6 +6,8 @@ services:
ports:
- "9200:9200"
- "9300:9300"
volumes:
- elasticdata:/usr/share/elasticsearch/data
networks:
- backend
deploy:
Expand Down Expand Up @@ -66,4 +68,5 @@ networks:
volumes:
mongodata:
portainerdata:
elasticdata:

0 comments on commit 1b509a9

Please sign in to comment.