Update docker-compose.yml

This commit is contained in:
2025-10-27 12:36:31 -04:00
parent cedd0da896
commit be31892b98

View File

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