first commit
This commit is contained in:
9
restart.sh
Normal file
9
restart.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 重启n8n指南服务
|
||||
echo "🔄 重启n8n指南服务..."
|
||||
|
||||
docker-compose restart
|
||||
|
||||
echo "✅ 服务已重启"
|
||||
echo "📱 访问地址:http://localhost:8000"
|
||||
Reference in New Issue
Block a user