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

12 lines
268 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 up -d
echo "✅ 服务已启动"
echo "📱 访问地址http://localhost:8000"
echo "📊 查看状态docker-compose ps"
echo "📋 查看日志docker-compose logs -f"