Update docker-compose.yml

This commit is contained in:
2025-10-27 12:34:16 -04:00
parent eb2997f90c
commit cedd0da896

View File

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