Replies: 1 comment
-
No, not directly, but I see this:
With this you are exposing your interface without SSL, I do not recommend doing that. Always use SSL, also you have no authentication for your interface. You also do not need to set user, it's by default 1000:1000. I think it would be easier to take my config and simply remove the parts you don't need (like error middleware) and add your Cloudflare settings. Storing your certificates in a bind mount is also not recommended, use named volumes.
Thank you very much ❤️ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for all of the time and effort you have put in to making these secure images. You are a true value to the community!
I am able to access the dashboard through https when I use the official traefik image but when I use your image it does not work with my existing config. I am able to access the dashboard via 8080. Do you see anything with this config that could cause this?
Beta Was this translation helpful? Give feedback.
All reactions