Homarr traefik example doesn't work #2211
Unanswered
chuckfy
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
my traefik network is also called proxy, but adding the labels from the configurationb results in 404:;
labels: traefik.enable: true traefik.http.routers.homarr.rule: Host(
your.internal.dns.address.here.com) traefik.http.routers.homarr.entrypoints: websecure traefik.http.routers.homarr-secure.app: homarr traefik.http.apps.homarr.loadbalancer.server.port: 7575
Is this some v3 related syntax?
traefik.enable: "true" traefik.docker.network: "proxy" traefik.http.routers.homarr.entrypoints: "http" traefik.http.routers.homarr.rule: "Host(
mydomain)" traefik.http.middlewares.homarr-https-redirect.redirectscheme.scheme: "https" traefik.http.routers.homarr.middlewares: "homarr-https-redirect" traefik.http.routers.homarr-secure.entrypoints: "https" traefik.http.routers.homarr-secure.rule: "Host(
mydomain)" traefik.http.routers.homarr-secure.tls: "true" traefik.http.routers.homarr-secure.tls.certresolver: "http" traefik.http.services.homarr.loadbalancer.server.port: "7575"
works for me however.
Can someone clarify why I can't just use the example from the official docs? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions