Files
n8n-guide/restart.sh
2025-09-11 14:00:33 +08:00

10 lines
175 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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