# Discourse with Traefik 2.0

**URL:** https://meta.discourse.org/t/discourse-with-traefik-2-0/130357
**Category:** Self-hosting
**Created:** [October 6, 2019, 6:57pm UTC](https://meta.discourse.org/t/discourse-with-traefik-2-0/130357 "2019-10-06T18:57:04Z")
**Posts on this page:** 1
**Showing post:** 38

<div class="post-metadata">

### Author: ![PackElend](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/packelend/32/95294_2.png) [@PackElend](https://meta.discourse.org/u/PackElend)
#### Post date: [February 22, 2020, 9:32am UTC](https://meta.discourse.org/t/discourse-with-traefik-2-0/130357/38 "2020-02-22T09:32:35Z")

</div>

> [@pc1oad1etter](#):
>
> However, I made this change and still got the mixed content error. I also logged out, deleted cache and logged in again. Same thing.

* * *

it is the pics, what are sourced via http connections, had the same problem, see:

- [Cool features of Firefox Developer Tools - #16 by da4nic - Developer Tools - Mozilla Discourse](https://discourse.mozilla.org/t/cool-features-of-firefox-developer-tools/17010/16)
- ["security" tab in developer tools - Developer Tools - Mozilla Discourse](https://discourse.mozilla.org/t/security-tab-in-developer-tools/51827)  
and this should help too:
- [Mixed content problem](https://meta.discourse.org/t/mixed-content-problem/121837)
- [Got mix-content error and confused - #12 by mr8](https://meta.discourse.org/t/got-mix-content-error-and-confused/66523/12)
- [Mixed content due to hotlinked images - #13 by nbianca](https://meta.discourse.org/t/mixed-content-due-to-hotlinked-images/124227/13)

* * *

> [@pc1oad1etter](#):
>
> However, my traefik container did not find the file then. It showed up as an error in the log. So I have left it as acme.json for now.

have you mounted the volume correctly, traefik can be quite confusing when it comes to the paths.  
I do e.g.:

> ```
> 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
> 
> ```

* * *

> [@pc1oad1etter](#):
>
> Aren’t you just renaming the network here, or giving it a localized name? I think I just referred to it as proxy in the other configuration and here locally. It still has a name that I defined, I am just not renaming it. At least that’s my understanding.

I cannot remember but there was a reason for it, maybe to see it well in the CLI when listing networks

---

_[View the full topic](https://meta.discourse.org/t/discourse-with-traefik-2-0/130357)._
