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:
Danny Avila 2023-07-27 17:05:35 -04:00 committed by GitHub
parent ba2e95db04
commit dae2805d27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View file

@ -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