From 401251d6b956729b5a4f37209d97a11d75e461ff Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Fri, 23 Jun 2023 19:33:56 +0200 Subject: [PATCH] pin traefik to stable version --- ansible/roles/traefik/docker-stack.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/traefik/docker-stack.yml.j2 b/ansible/roles/traefik/docker-stack.yml.j2 index b3f8087..a4a694d 100644 --- a/ansible/roles/traefik/docker-stack.yml.j2 +++ b/ansible/roles/traefik/docker-stack.yml.j2 @@ -19,7 +19,7 @@ volumes: services: traefik: - image: traefik:3.0 + image: traefik:3.0.0-beta2 networks: - traefik ports: