Update docker-compose.yml

This commit is contained in:
2025-10-27 12:52:35 -04:00
parent a60216efa9
commit 486c134bde

View File

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