updated docker-compose.yml

This commit is contained in:
marvzhang
2019-12-17 09:23:40 +08:00
parent 173156aae2
commit 99457cf4e4

View File

@@ -29,6 +29,7 @@ services:
restart: always
volumes:
- "/opt/crawlab/mongo/data/db:/data/db"
- "/opt/crawlab/mongo/tmp:/tmp"
redis:
image: redis:latest
restart: always