traefik/integration/fixtures/docker/minimal.toml

21 lines
325 B
TOML
Raw Normal View History

[global]
2019-07-01 09:30:05 +00:00
checkNewVersion = false
sendAnonymousUsage = false
2018-07-03 08:02:03 +00:00
[log]
2019-07-01 09:30:05 +00:00
level = "DEBUG"
2022-11-21 17:36:05 +00:00
noColor = true
2018-07-03 08:02:03 +00:00
[entryPoints]
[entryPoints.web]
2019-07-01 09:30:05 +00:00
address = ":8000"
2018-07-03 08:02:03 +00:00
[api]
2019-09-06 13:08:04 +00:00
insecure = true
2018-07-03 08:02:03 +00:00
[providers]
2019-07-01 09:30:05 +00:00
[providers.docker]
endpoint = "{{ .DockerHost }}"
defaultRule = "{{ .DefaultRule }}"
exposedByDefault = false