17 lines
225 B
TOML
17 lines
225 B
TOML
defaultEntryPoints = ["http"]
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[web]
|
|
|
|
[docker]
|
|
|
|
# It's dynamagic !
|
|
endpoint = "{{.DockerHost}}"
|
|
|
|
domain = "docker.localhost"
|
|
exposedbydefault = true
|