Skip to content

Commit

Permalink
fix traefik to tag 1.7
Browse files Browse the repository at this point in the history
Don't use latest, that might roll (as in this case) to a major new version
  • Loading branch information
robkooper committed Sep 20, 2019
1 parent 06defe9 commit feaf4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

# webserver to handle all traffic. This can use let's encrypt to generate a SSL cert.
traefik:
image: traefik:latest
image: traefik:1.7
command:
- --loglevel=INFO
- --api
Expand Down

0 comments on commit feaf4a6

Please sign in to comment.