updated docker-compose.yml

This commit is contained in:
marvzhang
2019-12-15 12:30:52 +08:00
parent ce7d5232b8
commit 28bccc36c8
2 changed files with 0 additions and 8 deletions

View File

@@ -27,10 +27,6 @@ services:
mongo:
image: mongo:latest
restart: always
ports:
- "27027:27017"
redis:
image: redis:latest
restart: always
ports:
- "6389:6379"

View File

@@ -29,12 +29,8 @@ services:
restart: always
volumes:
- "/opt/crawlab/mongo/data/db:/data/db"
ports:
- "27017:27017"
redis:
image: redis:latest
restart: always
volumes:
- "/opt/crawlab/redis/data:/data"
ports:
- "6379:6379"