mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Update Qdrant service configuration in docker-compose.yml and final_report.sh
- Removed comments for gRPC and HTTP REST API ports in docker-compose.yml to simplify the configuration. - Corrected the internal REST API access message in final_report.sh to reflect the updated port usage, ensuring clarity in service access instructions.
This commit is contained in:
@@ -120,8 +120,7 @@ if is_profile_active "qdrant"; then
|
||||
echo
|
||||
echo "================================= Qdrant =============================="
|
||||
echo
|
||||
echo "Internal gRPC Access (e.g., from backend): qdrant:6333"
|
||||
echo "Internal REST API Access (e.g., from backend): http://qdrant:6334"
|
||||
echo "Internal REST API Access (e.g., from backend): http://qdrant:6333"
|
||||
echo "(Note: Not exposed externally via Caddy by default)"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user