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"
|
||||
depends_on:
|
||||
- mongo
|
||||
volumes:
|
||||
- ./data:/eventman/data
|
||||
mongo:
|
||||
image: "mongo:latest"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue