changed mongo port and addded -l flag to nodemon
This commit is contained in:
@@ -22,5 +22,6 @@ services:
|
||||
|
||||
todo-database:
|
||||
image: mongo:6
|
||||
command: mongod --port 27018
|
||||
ports:
|
||||
- 27017:27017
|
||||
- 27018:27018
|
||||
Reference in New Issue
Block a user