change responsive web + port private room in docker-compose.yml
This commit is contained in:
parent
36016a1a0b
commit
968e2b024a
3 changed files with 5 additions and 5 deletions
|
|
@ -58,7 +58,7 @@ services:
|
|||
- backend/service-privateroom
|
||||
- backend/service-privateroom/node_modules
|
||||
ports:
|
||||
- 3001:3000
|
||||
- 3002:3000
|
||||
depends_on:
|
||||
- mongodb-privateroom
|
||||
links:
|
||||
|
|
|
|||
Reference in a new issue