Revert "🐋 refactor(docker-compose): use "HOST" in ports field (#2654)"
This reverts commit df6183db0f.
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
||||
api:
|
||||
container_name: LibreChat
|
||||
ports:
|
||||
- "${HOST}:${PORT}:${PORT}"
|
||||
- "${PORT}:${PORT}"
|
||||
depends_on:
|
||||
- mongodb
|
||||
- rag_api
|
||||
|
||||
Reference in New Issue
Block a user