map local ./data directory to /eventman/data in the container
This commit is contained in:
parent
165ac98677
commit
291a77e532
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ services:
|
||||||
- "5242:5242"
|
- "5242:5242"
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongo
|
- mongo
|
||||||
|
volumes:
|
||||||
|
- ./data:/eventman/data
|
||||||
mongo:
|
mongo:
|
||||||
image: "mongo:latest"
|
image: "mongo:latest"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue