From 3485aea5ef4106e5a2b1291f92bef0122528bd2f Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 28 Jun 2020 15:25:17 +0200 Subject: [PATCH] http catch all --- traefik/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/traefik/docker-compose.yml b/traefik/docker-compose.yml index 5022e93..a3db884 100644 --- a/traefik/docker-compose.yml +++ b/traefik/docker-compose.yml @@ -15,6 +15,7 @@ services: - --certificatesresolvers.letsencrypt.acme.tlschallenge=true labels: - traefik.enable=true + - traefik.http.services.traefik.loadbalancer.server.port=80 # global redirect to https - traefik.http.routers.http-catchall.rule=hostregexp(`{host:.+}`) - traefik.http.routers.http-catchall.entrypoints=web