This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
traefik.autonomic.zone/configs/dev/traefik-v1.yml

19 lines
232 B
YAML

---
log:
level: "ERROR"
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
api:
dashboard: true
debug: true
entrypoints:
web:
address: ":80"
dashboard:
address: ":8080"