mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
chore: expose mongodb on port 27018
This commit is contained in:
parent
34bef48e84
commit
3295eb806c
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ services:
|
|||
- ./api:/api
|
||||
- /api/node_modules
|
||||
mongodb:
|
||||
ports:
|
||||
- 27018:27017
|
||||
image: mongo
|
||||
restart: always
|
||||
container_name: mongodb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue