From d3932cf35c024b0cf83b6ec0183a641e88456494 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 14 May 2026 03:06:15 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/traefik.yaml --- Proxy_Containers/traefik/traefik.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index a00ada5..7206f58 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -9,10 +9,10 @@ entryPoints: #http: # middlewares: # - crowdsec-bouncer@file - redirections: - entryPoint: - to: websecure - scheme: https + redirections: + entryPoint: + to: websecure + scheme: https websecure: address: :443 @@ -21,14 +21,11 @@ entryPoints: # - crowdsec-bouncer@file providers: - docker: - endpoint: "unix:///var/run/docker.sock" - exposedByDefault: false - file: - filename: ./config.yml docker: endpoint: "tcp://socket-proxy:2375" # not the unix socket exposedByDefault: false + file: + filename: /config.yml certificatesResolvers: cloudflare: