From aca766cd7abf62a70583158b21e532e6d862fb98 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 12 May 2026 23:00:00 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/traefik.yaml --- Proxy_Containers/traefik/traefik.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index 626dd12..338a1c2 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -1,11 +1,17 @@ global: checkNewVersion: false sendAnonymousUsage: false + log: - level: DEBUG + level: "INFO" + filePath: "/var/log/traefik/traefik.log" +accessLog: + filePath: "/var/log/traefik/access.log" + api: dashboard: true insecure: true + entryPoints: web: address: :80 @@ -16,6 +22,7 @@ entryPoints: scheme: https websecure: address: :443 + certificatesResolvers: cloudflare: acme: @@ -28,6 +35,7 @@ certificatesResolvers: resolvers: - "1.1.1.1:53" - "9.9.9.9:53" + providers: docker: endpoint: "unix:///var/run/docker.sock"