We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
原本是无法使用,按 #85 安装证书后使用node可以正常使用,但需要保持cmd窗口前台。 node代码 node app.js -p 8080:8081
为了后台使用该项目,故使用pm2 pm代码 pm2 start app.js pm2显示运行,但实际无法使用 检查发现8080端口应该就pm2自己在用,因为此时关闭pm2,使用node启动,端口选择8080可用。
使用“pm2 kill"关闭pm2,使用以下代码重新运行 pm2 start app.js -- -p 8080:8081 显示正常运行,但仍无法使用 log持续提示exit(如上图,小白也看不懂)
求解
The text was updated successfully, but these errors were encountered:
我也遇上同样的问题,Error: getaddrinfo ENOTFOUND music.163.com。我使用NAS docker部署的。
Sorry, something went wrong.
我用宝塔pm2 需要给root权限跑通了
No branches or pull requests
原本是无法使用,按 #85 安装证书后使用node可以正常使用,但需要保持cmd窗口前台。
node代码
node app.js -p 8080:8081
为了后台使用该项目,故使用pm2
pm代码
pm2 start app.js
pm2显示运行,但实际无法使用
检查发现8080端口应该就pm2自己在用,因为此时关闭pm2,使用node启动,端口选择8080可用。
使用“pm2 kill"关闭pm2,使用以下代码重新运行
pm2 start app.js -- -p 8080:8081
显示正常运行,但仍无法使用
log持续提示exit(如上图,小白也看不懂)
求解
The text was updated successfully, but these errors were encountered: