[GH-ISSUE #38] docker部署端口映射不能修改 #30

Closed
opened 2026-03-03 00:30:52 +03:00 by kerem · 2 comments
Owner

Originally created by @wwwxeb on GitHub (Sep 17, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/38

使用docker部署,端口映射必须是 -p 8090:8090,修改端口映射无法访问。

Originally created by @wwwxeb on GitHub (Sep 17, 2024). Original GitHub issue: https://github.com/certimate-go/certimate/issues/38 使用docker部署,端口映射必须是 -p 8090:8090,修改端口映射无法访问。
kerem closed this issue 2026-03-03 00:30:53 +03:00
Author
Owner

@usual2970 commented on GitHub (Sep 17, 2024):

感谢反馈~ 这应该和 Certimate 没关系,端口映射是 docker 的机制,不存在这个端口能映射,另外的端口不能映射的情况

你可以检查一下本地端口是否被占用了

<!-- gh-comment-id:2354385420 --> @usual2970 commented on GitHub (Sep 17, 2024): 感谢反馈~ 这应该和 Certimate 没关系,端口映射是 docker 的机制,不存在这个端口能映射,另外的端口不能映射的情况 你可以检查一下本地端口是否被占用了
Author
Owner

@wwwxeb commented on GitHub (Sep 17, 2024):

非常感谢,经过排查是我配置的端口有问题,我的服务端口是顺序排的,给这个分了87端口,这个端口是浏览器认定的非安全端口,浏览器给拦截了访问。

<!-- gh-comment-id:2354530720 --> @wwwxeb commented on GitHub (Sep 17, 2024): 非常感谢,经过排查是我配置的端口有问题,我的服务端口是顺序排的,给这个分了87端口,这个端口是浏览器认定的非安全端口,浏览器给拦截了访问。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#30
No description provided.