30 lines
398 B
YAML
30 lines
398 B
YAML
---
|
|
global:
|
|
sendAnonymousUsage: false
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
log:
|
|
level: INFO
|
|
filePath: /var/log/traefik/traefik.log
|
|
|
|
accessLog:
|
|
filePath: /var/log/traefik/access.log
|
|
bufferingSize: 100
|
|
|
|
providers:
|
|
docker:
|
|
watch: true
|
|
exposedByDefault: false
|
|
network: proxy
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
https:
|
|
address: ":443"
|
|
ssh:
|
|
address: ":2222"
|