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:
container_name: LibreChat
ports:
- "${PORT}:${PORT}"
- "30018:${PORT}"
depends_on:
- mongodb
- rag_api