Skip to content

Commit

Permalink
switched to v1.7 to show the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
digikin authored Jun 25, 2019
1 parent 99f8be5 commit f97bb7d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ version: '3'

services:
traefik:
image: traefik:v2.0
command: --api --providers.docker
image: traefik:v1.7
command: --api --docker
ports:
- 8080:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /traefik.toml:/etc/traefik
nginx:
image: nginx:latest
ports:
Expand All @@ -19,5 +18,3 @@ services:
- 9999:9999
labels:
- "traefik.http.routers.influxdb.rule=Host('influx.localhost')"


0 comments on commit f97bb7d

Please sign in to comment.