From b426782a59b2cfcd1c57dd2475bb83b55eddced5 Mon Sep 17 00:00:00 2001 From: Fanch Date: Tue, 24 Dec 2024 10:22:15 +0100 Subject: [PATCH] fix init traefik --- bin/install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/install.sh b/bin/install.sh index bd3d582..ec4d46e 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -120,6 +120,11 @@ export DebugLog="${KAZ_ROOT}/log/log-install-$(date +%y-%m-%d-%T)-" # "${KAZ_ROOT}/bin/container.sh" stop ${DOCKERS_LIST[*]} "${KAZ_ROOT}/bin/container.sh" start ${DOCKERS_LIST[*]} + if [[ " ${DOCKERS_LIST[*]} " =~ " traefik " ]]; then + # on initialise traefik :-( + ${KAZ_COMP_DIR}/traefik/first.sh + fi + if [[ " ${DOCKERS_LIST[*]} " =~ " etherpad " ]]; then # pb avec la lanteur de démarrage du pad :-( sleep 5