9 lines
180 B
YAML
9 lines
180 B
YAML
|
# Docker configuration backend
|
||
|
providers:
|
||
|
docker:
|
||
|
defaultRule: "Host(`{{ trimPrefix `/` .Name }}.docker.localhost`)"
|
||
|
|
||
|
# API and dashboard configuration
|
||
|
api:
|
||
|
insecure: true
|