-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无法正常启动青龙面板 #2578
Comments
接上,启动日志没有问题。 '/ql/docker/nginx.conf' -> '/etc/nginx/nginx.conf' '/ql/docker/front.conf' -> '/etc/nginx/conf.d/front.conf' ======================2. 安装依赖======================== ======================3. 启动nginx======================== nginx启动成功... ======================4. 启动控制面板======================== [PM2] Starting /ql/build/app.js in fork_mode (1 instance) [PM2] Done. ┌─────┬──────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼──────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 0 │ panel │ default │ N/A │ fork │ 83 │ 0s │ 0 │ online │ 0% │ 36.5mb │ root │ disabled │ └─────┴──────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ 控制面板启动成功... ======================5. 启动定时任务======================== [PM2] Starting /ql/build/schedule.js in fork_mode (1 instance) [PM2] Done. ┌─────┬─────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐ │ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼─────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 0 │ panel │ default │ N/A │ fork │ 83 │ 0s │ 0 │ online │ 0% │ 47.9mb │ root │ disabled │ │ 1 │ schedule │ default │ N/A │ fork │ 122 │ 0s │ 0 │ online │ 0% │ 22.7mb │ root │ disabled │ └─────┴─────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘ 定时任务启动成功... ======================7. 执行自定义脚本======================== 自定义脚本后台执行中... ############################################################ 容器启动成功... 请先访问5700端口,登录成功面板之后再执行添加定时任务... ############################################################ crond[130]: crond (busybox 1.31.1) started, log level 8 |
ql check 下,或者重建下容器 |
Qinglong version
latest
Steps to reproduce
启动ql后,报错
{"code":7,"killed":false,"signal":null,"cmd":"curl -s --noproxy '*' http://0.0.0.0:5600/api/system","stdout":"","stderr":""}
What is expected?
正常启动
What is actually happening?
{"code":7,"killed":false,"signal":null,"cmd":"curl -s --noproxy '*' http://0.0.0.0:5600/api/system","stdout":"","stderr":""}
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: