diff --git a/Proxy_Containers/traefik/compose.yaml b/Proxy_Containers/traefik/compose.yaml index 5faa862..7b4c711 100644 --- a/Proxy_Containers/traefik/compose.yaml +++ b/Proxy_Containers/traefik/compose.yaml @@ -30,10 +30,6 @@ services: - "traefik.http.routers.traefik-secure.rule=Host(`traefik-dashboard.home.gabesville.com`)" - "traefik.http.routers.traefik-secure.middlewares=traefik-auth" - "traefik.http.routers.traefik-secure.tls=true" - - "traefik.http.routers.traefik-secure.tls.certresolver=cloudflare" - - "traefik.http.routers.traefik-secure.tls.domains[0].main=home.gabesville.com" - - "traefik.http.routers.traefik-secure.tls.domains[0].sans=*.home.gabesville.com" - - "traefik.http.routers.traefik-secure.service=api@internal" restart: unless-stopped networks: traefik: