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