Update Proxy_Containers/traefik/traefik.yaml

This commit is contained in:
2026-05-12 23:00:00 +00:00
parent c30fb6ae6f
commit aca766cd7a
+9 -1
View File
@@ -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"