From f475be6a6f87a16f4537635ca20715f6a732aea2 Mon Sep 17 00:00:00 2001 From: Thomas Misilo Date: Thu, 21 Apr 2022 14:52:13 -0500 Subject: [PATCH] Updates Traefik to Latest Release Provides some new features for ACME and a bunch of other fixes and features --- docker-compose.traefik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.traefik.yml b/docker-compose.traefik.yml index 51589e25a..0793e24a8 100644 --- a/docker-compose.traefik.yml +++ b/docker-compose.traefik.yml @@ -15,7 +15,7 @@ networks: services: traefik: restart: ${RESTART_POLICY:-unless-stopped} - image: traefik:2.2.1 + image: traefik:2.7 container_name: traefik # Do not set `api.insecure`, `api.dashboard`, `api.debug` to `true` in production. # Also do not expose database 3306/5432, as an entry point.