Pin traefik to patch version

This commit is contained in:
Jake Howard 2020-10-22 19:06:38 +01:00
parent 6ae8d0febe
commit c63506d2bc
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -2,7 +2,7 @@ version: "2.3"
services:
traefik:
image: traefik:v2.3.1
image: traefik:v2.3
network_mode: host
environment:
- CF_DNS_API_TOKEN={{ cloudflare_api_token }}