diff --git a/bin/install.sh b/bin/install.sh index e4c9e75..cce09f1 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -116,9 +116,6 @@ 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[*]} @@ -126,6 +123,8 @@ export DebugLog="${KAZ_ROOT}/log/log-install-$(date +%y-%m-%d-%T)-" if [[ " ${DOCKERS_LIST[*]} " =~ " traefik " ]]; then # on initialise traefik :-( ${KAZ_COMP_DIR}/traefik/first.sh + # on démarre traefik (plus lancé dans container.sh) + docker-compose -f ${KAZ_COMP_DIR}/traefik/docker-compose.yml up -d fi if [[ " ${DOCKERS_LIST[*]} " =~ " etherpad " ]]; then