From e4e2ff3f9a12d14a962c7c778edbc941cf1ed92a Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Mon, 26 Dec 2022 09:42:43 +0100 Subject: [PATCH] Open traefik on port 80 and 443 --- mounts/traefik/config/traefik.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/mounts/traefik/config/traefik.yaml b/mounts/traefik/config/traefik.yaml index 613a63d..e632d68 100644 --- a/mounts/traefik/config/traefik.yaml +++ b/mounts/traefik/config/traefik.yaml @@ -8,3 +8,16 @@ api: insecure: true accessLog: {} + +entryPoints: + web: + address: :80 + http: +# redirections: +# entryPoint: +# to: websecure +# scheme: https + websecure: + address: :443 + http: + tls: {}