Skip to content

Commit

Permalink
smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digikin committed Jun 25, 2019
1 parent 99f8be5 commit 1a795e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 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 Down
2 changes: 2 additions & 0 deletions traefik.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ swarmMode = false
network = "web"
[api]
dashboard = true
entryPoint = "traefik"
debug = true

0 comments on commit 1a795e0

Please sign in to comment.