mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #405] docker是只要映射80和443?那监听也是这两个端口吗,UI和80监听端口放在一起了? #4661
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#4661
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 @lucksufe on GitHub (May 21, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/405
@0xJacky commented on GitHub (May 21, 2024):
是
@lucksufe commented on GitHub (May 21, 2024):
看了下UI这个9000端口映射过来的,那个docker例子为什么不直接映射3个端口。UI和80、443分开
@0xJacky commented on GitHub (May 21, 2024):
文档里只是示例,您当然可以映射三个端口出来,默认 server 做了反向代理,如果不需要,可以手动删除配置文件。JackyOn May 21, 2024, at 6:23 PM, lucksufe @.***> wrote:
看了下UI这个9000端口映射过来的,那个docker例子为什么不直接映射3个端口。UI和80、443分开
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
@lucksufe commented on GitHub (May 21, 2024):
好的谢谢