Docker/traefik.toml

16 lines
268 B
TOML

logLevel = "DEBUG"
defaultEntryPoints = ["http"]
[api]
# Port for the status/dashboard page
dashboard = true
[entryPoints]
[entryPoints.http]
address = ":80"
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "docker.localhost"
exposedByDefault = false