chore: expose mongodb on port 27018

This commit is contained in:
Daniel Avila 2023-03-24 18:27:51 -04:00
parent 34bef48e84
commit 3295eb806c

View file

@ -34,6 +34,8 @@ services:
- ./api:/api
- /api/node_modules
mongodb:
ports:
- 27018:27017
image: mongo
restart: always
container_name: mongodb