Update Traefik to 2.6

This commit is contained in:
Jake Howard 2022-02-08 08:55:50 +00:00
parent af0eb65cce
commit 4562b60517
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -2,7 +2,7 @@ version: "2.3"
services:
traefik:
image: traefik:v2.5
image: traefik:v2.6
user: "{{ docker_user.id }}"
environment:
- CF_DNS_API_TOKEN={{ cloudflare_api_token }}