mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #27] Docker 部署错误 #10
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#10
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 @suiyueou on GitHub (Aug 4, 2022).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/27
今天拉取了最新的 Docker 镜像构建后,感觉不对劲,于是下午花了点时间搭了个环境手动构建了一遍,发现了两个小问题(?
rm -f /etc/nginx/conf.d/default.conf命令似乎没有效果,因为default.conf还是存在且正常映射,导致直接访问 80 端口显示的页面是 nginx 欢迎页,而不是 nginx-ui 后台,需要手动删除然后重启容器;但是这么一来便没有了意义,甚至不如直接开放 9000 端口 (/install页面进行初始化,而是直接跳到了/login?next=/dashboard进行账号登录(应该是近几天提交里才出现的 bug,因为我另一台机子上的老镜像是没问题的@0xJacky commented on GitHub (Aug 4, 2022):
感谢您的反馈