You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
428 B
30 lines
428 B
logLevel = "debug"
|
|
|
|
|
|
[traefikLog]
|
|
filePath = "/dev/stdout"
|
|
format = "json"
|
|
|
|
[accessLog]
|
|
filePath = "/dev/stdout"
|
|
format = "json"
|
|
|
|
[retry]
|
|
|
|
#[entryPoints]
|
|
# [entryPoints.web]
|
|
# address = ":80"
|
|
# [entryPoints.websecure]
|
|
# address = ":443"
|
|
|
|
|
|
[providers.docker]
|
|
endpoint = "unix:///var/run/docker.sock"
|
|
network = "web"
|
|
exposedByDefault = false
|
|
swarmMode = false
|
|
|
|
[api]
|
|
dashboard = true
|
|
insecure = true
|