diff --git a/Proxy_Containers/traefik/traefik.yaml b/Proxy_Containers/traefik/traefik.yaml index e69de29..96dd488 100644 --- a/Proxy_Containers/traefik/traefik.yaml +++ b/Proxy_Containers/traefik/traefik.yaml @@ -0,0 +1,13 @@ +global: + checkNewVersion: false + sendAnonmousUsage: false +log: + level: DEBUG +api: + dashboard: true + insecure: true +entryPoints: + web: + address: :80 + websecure: + address: :443 \ No newline at end of file