fix mongodb persistence path

This commit is contained in:
Michael Schramm 2020-06-04 11:59:50 +02:00
parent c4e4d6d695
commit 9b9bb37686

View File

@ -5,7 +5,7 @@ services:
ports:
- "27017:27017"
volumes:
- "./data/mongo:/data"
- "./data/mongo:/data/db"
redis:
image: redis
ports: