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