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: