12 lines
177 B
TOML
12 lines
177 B
TOML
|
[entryPoints]
|
||
|
[entryPoints.web]
|
||
|
address = ":80"
|
||
|
|
||
|
[api]
|
||
|
dashboard = true
|
||
|
insecure = true
|
||
|
|
||
|
[providers.docker]
|
||
|
watch = true
|
||
|
network = "web"
|
||
|
exposedByDefault = false
|