我正在尝试使用docker-compose在代理traefik2后面建立rancher2,但是经过数天的尝试,我一直拒绝在https://rancher2.docker.localhost上建立连接。
我尝试在traefik2后面设置一个Nginx容器,并且https不会有问题。
有人可以告诉我如何解决此问题(traefik2后面的rancher2)
Thx
编辑: 0
@ ZF007 thx
我在log rancher2或traefik2中什么都没有,我尝试了不同的中间件traefik,重定向https
最后一次尝试如下:rancher2: 图片:牧场主/牧场主:最新 container_name:rancher2 标签: -traefik.enable = true -traefik.http.routers.rancher2.rule =主机(rancher2.docker.localhost) -traefik.http.routers.web-secure.tls = true -traefik.http.routers.rancher2.middlewares = rancher2-mw -traefik.http.middlewares.rancher2-mw.redirectscheme.scheme = https 环境: -NO_PROXY =“ localhost,127.0.0.1,0.0.0.0,192.168.10.0 / 24,172.20.0.0 / 24,example.com” 暴露: -80 -443,错误为=> ERR_CONNECTION_REFUSED