map local ./data directory to /eventman/data in the container

This commit is contained in:
Davide Alberani 2017-11-28 21:16:43 +01:00
parent 165ac98677
commit 291a77e532

View file

@ -6,6 +6,8 @@ services:
- "5242:5242"
depends_on:
- mongo
volumes:
- ./data:/eventman/data
mongo:
image: "mongo:latest"
volumes: