From 03b0a682b1c35afb886d713b4bde444dfe18e7d1 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 13 May 2026 18:18:07 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/traefik.yaml --- Proxy_Containers/traefik/traefik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index 5d9fe37..04a85a8 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -4,7 +4,7 @@ api: entryPoints: web: - address: ":80" + address: :80 http: redirections: entryPoint: @@ -13,7 +13,7 @@ entryPoints: middlewares: - crowdsec-bouncer@file websecure: - address: ":443" + address: :443 http: middlewares: - crowdsec-bouncer@file