first commit

This commit is contained in:
2025-09-11 14:00:33 +08:00
parent 3898c312d5
commit 20bf2449e0
31 changed files with 1390 additions and 476 deletions

9
restart.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# 重启n8n指南服务
echo "🔄 重启n8n指南服务..."
docker-compose restart
echo "✅ 服务已重启"
echo "📱 访问地址http://localhost:8000"