0xJacky / nginx-ui

Yet another WebUI for Nginx
https://nginxui.com
GNU Affero General Public License v3.0
5.42k stars 386 forks source link

端口强制绑定,只能用8080? #711

Closed 15951836388 closed 2 days ago

15951836388 commented 2 days ago
ports:
  - "80:80"

docker 里配置改成绑定80,http访问失败 非要改成绑定8080访问才能正常访问

0xJacky commented 2 days ago

你本地环境的 80 端口被占用了吧