18 lines
272 B
TOML
18 lines
272 B
TOML
# listen on port 80
|
|
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":80"
|
|
|
|
# Traefik dashboard over http
|
|
[api]
|
|
insecure = true
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[accessLog]
|
|
|
|
# containers are not discovered automatically
|
|
[providers]
|
|
[providers.docker]
|
|
exposedByDefault = false
|