From ed5ef23ed2b4f894d5878915bca70d6d2fc92f6e Mon Sep 17 00:00:00 2001 From: Fanch Date: Thu, 17 Jul 2025 17:23:13 +0200 Subject: [PATCH] fix traefik --- bin/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/install.sh b/bin/install.sh index d701c70..e4c9e75 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -116,6 +116,9 @@ export DebugLog="${KAZ_ROOT}/log/log-install-$(date +%y-%m-%d-%T)-" fi done + # on démarre traefik (plus lancé dans container.sh) + docker-compose -f /kaz/dockers/traefik/docker-compose.yml up -d + # on démare les containers de la liste uniquement (en une fois par cohérence de proxy) # "${KAZ_ROOT}/bin/container.sh" stop ${DOCKERS_LIST[*]} "${KAZ_ROOT}/bin/container.sh" start ${DOCKERS_LIST[*]}