container name of privateroom database changed
This commit is contained in:
parent
18eb60894c
commit
0533dae04a
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ services:
|
|||
|
||||
mongodb-privateroom:
|
||||
image: mongo
|
||||
container_name: privateroom
|
||||
container_name: mongodb-privateroom
|
||||
volumes:
|
||||
- ./backend/service-privateroom/database:/data/db-privateroom
|
||||
ports:
|
||||
|
|
|
|||
Reference in a new issue