mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #38] docker部署端口映射不能修改 #30
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#30
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 @wwwxeb on GitHub (Sep 17, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/38
使用docker部署,端口映射必须是 -p 8090:8090,修改端口映射无法访问。
@usual2970 commented on GitHub (Sep 17, 2024):
感谢反馈~ 这应该和 Certimate 没关系,端口映射是 docker 的机制,不存在这个端口能映射,另外的端口不能映射的情况
你可以检查一下本地端口是否被占用了
@wwwxeb commented on GitHub (Sep 17, 2024):
非常感谢,经过排查是我配置的端口有问题,我的服务端口是顺序排的,给这个分了87端口,这个端口是浏览器认定的非安全端口,浏览器给拦截了访问。