From ca4efc12aab689bbb66aa879abf9a3de6ec96dd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:03:46 +0100 Subject: [PATCH] chore(deps): update traefik docker tag to v2.11 (#127) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- custom/docker-compose.custom.portainer.yaml | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom/docker-compose.custom.portainer.yaml b/custom/docker-compose.custom.portainer.yaml index e4010b7..a4fcb8a 100644 --- a/custom/docker-compose.custom.portainer.yaml +++ b/custom/docker-compose.custom.portainer.yaml @@ -112,7 +112,7 @@ services: org.prind.service: init traefik: - image: traefik:v2.5 + image: traefik:v2.11 command: - "--accesslog" - "--providers.docker=true" diff --git a/docker-compose.yaml b/docker-compose.yaml index cfec324..5d9c211 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -190,7 +190,7 @@ services: ## Loadbalancer/Proxy traefik: - image: traefik:v2.5 + image: traefik:v2.11 command: - "--accesslog" - "--providers.docker=true"