Neilpang / letsproxy

nginx reverse auto proxy with free ssl certs by acme.sh
142 stars 43 forks source link

镜像暴露两个端口的,不能正常反向代理 #8

Closed zh30 closed 2 years ago

zh30 commented 2 years ago

比如

docker run -itd --restart always -e VIRTUAL_HOST=git.zhanghe.cool -e ENABLE_ACME=true -e ROOT_URL=https://git.zhanghe.cool -e DOMAIN=git.zhanghe.cool -e DISABLE_REGISTRATION=true  --name gitea -v gitea-data:/data -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime:ro gitea/gitea:1

如果有遇到类似情况的老铁,希望伸出援手,感激不尽。

SHctt commented 2 years ago

有没有检查防火墙设置?

zh30 commented 2 years ago

有没有防火墙设置?

我已经改用 NPM 的 docker 镜像了,目前这个是没解决的了。