mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
Revert "🐋 refactor(docker-compose): use "HOST" in ports field (#2654)"
This reverts commit df6183db0f.
This commit is contained in:
parent
df6183db0f
commit
4ffc1414a8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
|||
api:
|
||||
container_name: LibreChat
|
||||
ports:
|
||||
- "${HOST}:${PORT}:${PORT}"
|
||||
- "${PORT}:${PORT}"
|
||||
depends_on:
|
||||
- mongodb
|
||||
- rag_api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue