mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #1009] 快速上手失败 #2121
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#2121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kischn on GitHub (May 7, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1009
Hi,尊敬的开发者们,我先后通过 docker-compose 和 windows exe 两种方式快速上手,均失败,还请帮忙分析一下是哪里操作不对。
docker 方式
使用上述指令启动后,8080 和 8443 均没有任何响应, curl 显示 empty response,进入容器后 curl 80 和 443 也没有任何响应,同时,tty 中无任何日志打印,隧放弃此方式,尝试使用更简单的方式试用一下。
windows 绿色应用
在 github release 页面下载 v2.0.0-rc.6 中的
nginx-ui-windows-64.tar.gz,SHA256: 624b020b3d7151e90d6c9ff5714d94814024f4c430ad44c4887284b1abf470d3解压后在旁边创建
app.ini,内容如下:使用命令
.\nginx-ui.exe --config .\app.ini启动失败,说是 9000 端口被占用,但是我明明已经通过配置文件指定了其他端口。并且关于端口的配置,我看官方文档里面是
echo '[server]\nHttpPort = 9000' > app.ini这样的操作,但是代码示例里面是 Port ,我干脆两个都配置上,仍然无法将应用配置为监听9999端口。还请各位开发者,有时间帮忙解答一下,感谢