Skip to content

Commit feaf4a6

Browse files
authored
fix traefik to tag 1.7
Don't use latest, that might roll (as in this case) to a major new version
1 parent 06defe9 commit feaf4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44

55
# webserver to handle all traffic. This can use let's encrypt to generate a SSL cert.
66
traefik:
7-
image: traefik:latest
7+
image: traefik:1.7
88
command:
99
- --loglevel=INFO
1010
- --api

0 commit comments

Comments
 (0)