19 lines
329 B
YAML
19 lines
329 B
YAML
|
log:
|
||
|
level: DEBUG
|
||
|
providers:
|
||
|
docker:
|
||
|
exposedByDefault: true
|
||
|
network: inbound
|
||
|
defaultRule: "Host(`{{ trimPrefix `/` .Name }}.docker.localhost`)"
|
||
|
entryPoints:
|
||
|
web:
|
||
|
address: ":80"
|
||
|
websecure:
|
||
|
address: ":443"
|
||
|
api:
|
||
|
dashboard: true
|
||
|
debug: true
|
||
|
global:
|
||
|
sendAnonymousUsage: false
|
||
|
checkNewVersion: true
|