alter docker-compose file to use 29019 for mongo

This commit is contained in:
Jonathan Math 2020-10-25 12:48:17 +07:00
parent 67e644aab0
commit c2185c22c7

View file

@ -88,8 +88,8 @@ services:
container_name: db_mongo
image: mongo:3.2
ports:
- 29019:27017
command: mongod --smallfiles
- 29019:29019
command: mongod --smallfiles --port 29019
volumes:
- ./docker/volumes/db_mongo:/data/db