15 lines
240 B
TOML
15 lines
240 B
TOML
defaultEntryPoints = ["http"]
|
|
logLevel = "ERROR"
|
|
accessLogsFile = "/dev/stdout"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
|
|
[docker]
|
|
endpoint = "unix:///docker.sock"
|
|
domain = "{{ DOMAIN }}"
|
|
watch = true
|
|
exposedbydefault = false
|
|
|