fix entrypoints

This commit is contained in:
2025-01-15 21:24:56 -06:00
parent 7c64367066
commit 2ae541f4a1
3 changed files with 6 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ services:
labels:
traefik.enable: true
traefik.docker.network: internal
traefik.http.routers.homepage.entrypoints: websecure
traefik.http.routers.homepage.entrypoints: web-secure
traefik.http.routers.homepage.rule: Host(`www.lebens-home.net`)
traefik.http.routers.homepage.service: homepage
traefik.http.services.homepage.loadbalancer.server.port: 3000