Browse Source

create volume filterConfig à l'install

master
Gael 4 weeks ago
parent
commit
db86d96520
  1. 3
      bin/install.sh

3
bin/install.sh

@ -98,7 +98,8 @@ export DebugLog="${KAZ_ROOT}/log/log-install-$(date +%y-%m-%d-%T)-"
# on pré-télécharge le dépollueur
if [[ " ${DOCKERS_LIST[*]} " =~ " "(jirafeau|postfix|sympa)" " ]]; then
"${KAZ_BIN_DIR}/installDepollueur.sh"
"${KAZ_BIN_DIR}/installDepollueur.sh"
docker volume create filterConfig
fi
# on sauve les pré-téléchargement pour le prochain lancement de Vagrant

Loading…
Cancel
Save