Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
update container_name to match app id
  • Loading branch information
nrvo committed May 13, 2024
1 parent 2ad2443 commit df173bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/librechat/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
api:
container_name: LibreChat
container_name: librechat
ports:
- "${APP_PORT}:3080"
depends_on:
Expand Down

0 comments on commit df173bf

Please sign in to comment.