mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
chore(dev-images.yml): rename workflow to "Docker Dev Images Build" (#717)
chore(deploy-compose.yml): change port mapping from 9000:3080 to 3080:3080
This commit is contained in:
parent
ba2e95db04
commit
dae2805d27
2 changed files with 3 additions and 6 deletions
|
@ -4,7 +4,7 @@ services:
|
|||
image: ghcr.io/danny-avila/librechat-dev-api:latest
|
||||
container_name: LibreChat-API
|
||||
ports:
|
||||
- 9000:3080
|
||||
- 3080:3080
|
||||
depends_on:
|
||||
- mongodb
|
||||
restart: always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue