From ba0ef833f9af403a6349ca2ef64eca4b49c60768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A8ve=20Caillault?= Date: Sun, 22 Feb 2026 09:48:21 +0100 Subject: [PATCH] =?UTF-8?q?Correctif=20pour=20le=20d=C3=A9marrage=20de=20T?= =?UTF-8?q?raefik.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0ae6f40..d8882c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,7 @@ services: # Configuration de Traefik traefik: + restart: unless-stopped image: ${TRAEFIK_IMAGE} container_name: traefik ports: