mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50: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:/api
|
||||||
- /api/node_modules
|
- /api/node_modules
|
||||||
mongodb:
|
mongodb:
|
||||||
|
ports:
|
||||||
|
- 27018:27017
|
||||||
image: mongo
|
image: mongo
|
||||||
restart: always
|
restart: always
|
||||||
container_name: mongodb
|
container_name: mongodb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue