🐋 refactor(docker-compose): use "HOST" in ports field (#2654)

This commit is contained in:
nidasfly 2024-05-13 15:31:13 +01:00 committed by GitHub
parent 3816219936
commit df6183db0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ services:
api:
container_name: LibreChat
ports:
- "${PORT}:${PORT}"
- "${HOST}:${PORT}:${PORT}"
depends_on:
- mongodb
- rag_api