From 233417aeca580fe11455f85d1ea67b5f6c2d7e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Fri, 2 Jun 2023 14:43:45 +0200 Subject: [PATCH] [UPD] for docker compose v2 --- templates/inverseproxy.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/inverseproxy.yaml.j2 b/templates/inverseproxy.yaml.j2 index c78503f..b47abeb 100644 --- a/templates/inverseproxy.yaml.j2 +++ b/templates/inverseproxy.yaml.j2 @@ -1,4 +1,4 @@ -version: "2.1" +name: inverseproxy services: proxy: image: traefik:{{ traefik_version }} -- GitLab