From 23d37e7e4adc720b44371f977c30a6bc6a27b9e5 Mon Sep 17 00:00:00 2001 From: Tom Misilo <1446856+misilot@users.noreply.github.com> Date: Thu, 2 Jun 2022 10:31:55 -0500 Subject: [PATCH] Updates Traefik to Latest Release (#252) 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.