From 27b81d2f0795b6f9404c39cb8182ca79e4091346 Mon Sep 17 00:00:00 2001 From: digikin Date: Mon, 24 Jun 2019 20:14:05 -0400 Subject: [PATCH] fix --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 1d0af13..237377f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,23 @@ services: labels: - "traefik.http.routers.influxdb.rule=Host('influx.localhost')" ``` +## Traefik.toml +``` +[docker] +endpoint = "unix:///var/run/docker.sock" +domain = "localhost" +watch = true +exposedByDefault = true +usebindportip = true +swarmMode = false +network = "web" +[api] +dashboard = true +entryPoint = "traefik" +debug = true +``` +This configuration is a basic setup to expose the dashboard. + ## Compose up Run the command: `docker-compose up` to watch the logs