changed mongo port and addded -l flag to nodemon

This commit is contained in:
Nuno Coração
2023-07-26 10:44:35 +01:00
parent 7d5e80247b
commit 1b1ebb9340
4 changed files with 5 additions and 3 deletions

View File

@@ -22,5 +22,6 @@ services:
todo-database:
image: mongo:6
command: mongod --port 27018
ports:
- 27017:27017
- 27018:27018