17 lines
275 B
TOML
17 lines
275 B
TOML
logLevel = "INFO"
|
|
defaultEntryPoints = ["http", "https"]
|
|
|
|
[web]
|
|
address = ":8080"
|
|
|
|
# [entryPoints]
|
|
# [entryPoints.http]
|
|
# address = ":80"
|
|
# [entryPoints.https]
|
|
# address = ":443"
|
|
# [entryPoints.https.tls]
|
|
|
|
[docker]
|
|
domain = "test"
|
|
watch = true
|
|
network = "traefik" |