Skip to content

Commit

Permalink
Update reverse-proxies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lastsamurai26 authored Jan 17, 2024
1 parent 0d844b0 commit 3e26126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker/reverse-proxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ labels:
- "traefik.http.routers.name-ui.entrypoints=https"
- "traefik.http.routers.name-ui.tls=true"
- "traefik.http.routers.name-ui.tls.certresolver=le"
- "traefik.http.routers.name-ui.service=yrtree-ui"
- "traefik.http.routers.name-ui.service=name-ui"
- "traefik.http.services.name-ui.loadBalancer.server.port=443"
- "traefik.http.services.name-ui.loadbalancer.server.scheme=https"
- "traefik.http.routers.name-ui.middlewares=name-head,default@file"
Expand Down

0 comments on commit 3e26126

Please # to comment.