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