mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
Fix container name
This commit is contained in:
parent
d839ea324a
commit
52f99151ec
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ services:
|
||||||
- 27018:27017
|
- 27018:27017
|
||||||
image: mongo
|
image: mongo
|
||||||
restart: always
|
restart: always
|
||||||
container_name: mongodb
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data-node:/data/db
|
- ./data-node:/data/db
|
||||||
command: mongod --noauth
|
command: mongod --noauth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue