Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digikin committed Jun 25, 2019
1 parent 49d595b commit 27b81d2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27b81d2

Please sign in to comment.