问题出在那些通过 HTTP 连接加载的图片上,我也遇到过同样的问题,参见:
- Cool features of Firefox Developer Tools - #16 by da4nic - Developer Tools - Mozilla Discourse
- "security" tab in developer tools - Developer Tools - Mozilla Discourse
以下这些也应该有帮助: - Mixed content problem
- Got mix-content error and confused - #12 by mr8
- Mixed content due to hotlinked images - #13 by nbianca
你是否正确挂载了卷?Traefik 在路径处理方面可能会让人有些困惑。
例如,我是这样配置的:
volumes: - /etc/ssl/certs/traefik/letsencrypt:/etc/ssl/certs/letsencrypt - /opt/traefik/traefik-config.yaml:/etc/traefik/traefik.yaml - /etc/passwd.traefik.dashboard:/etc/passwd.BasicAuth.dashboard - /etc/passwd.traefik.whoami:/etc/passwd.BasicAuth.whoami
我记不太清了,但当时这么做是有原因的,也许是为了在 CLI 中列出网络时更容易识别。