diff --git a/README.org b/README.org index 36d6734..af71dd1 100644 --- a/README.org +++ b/README.org @@ -67,7 +67,7 @@ Depuis le VPS, en root: #+BEGIN_SRC sh export WITHOUT_DOCKER_CLEAN=1 ## only if you want to remove docker clean from cron -wget https://justodooit.myceliandre.fr/r/deploy -qO - | bash +wget https://git.myceliandre.fr/Myceliandre/myc-manage/raw/branch/master/bin/myc-install -qO - | bash #+END_SRC Si vous souhaitez positionner le nom de domaine: @@ -75,7 +75,7 @@ Si vous souhaitez positionner le nom de domaine: #+BEGIN_SRC sh export WITHOUT_DOCKER_CLEAN=1 ## only if you want to remove docker clean from cron export DOMAIN=myhost.com -wget https://justodooit.myceliandre.fr/r/deploy -qO - | bash +wget https://git.myceliandre.fr/Myceliandre/myc-manage/raw/branch/master/bin/myc-install -qO - | bash #+END_SRC ***** Déploiement de la solution pour mailcow @@ -84,7 +84,7 @@ wget https://justodooit.myceliandre.fr/r/deploy -qO - | bash #+BEGIN_SRC sh export WITHOUT_DOCKER_CLEAN=1 ## only if you want to remove docker clean from cron -wget https://justodooit.myceliandre.fr/r/deploy -qO - | bash +wget https://git.myceliandre.fr/Myceliandre/myc-manage/raw/branch/master/bin/myc-install -qO - | bash #+END_SRC ****** Sur un vps avec mailcow de pre-installé @@ -93,7 +93,7 @@ wget https://justodooit.myceliandre.fr/r/deploy -qO - | bash #+BEGIN_SRC sh export WITHOUT_DOCKER_CLEAN=1 ## only if you want to remove docker clean from cron export NO_DOCKER_RESTART=1 ## Can use that only if mailcow is pre-existing -wget https://justodooit.myceliandre.fr/r/deploy -qO - | bash +wget https://git.myceliandre.fr/Myceliandre/myc-manage/raw/branch/master/bin/myc-install -qO - | bash #+END_SRC **** Hôte macosx