🐋 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

View File

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