Browse Source

Update 'README.md'

panda 1 year ago
parent
commit
9d556f1906
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -18,6 +18,15 @@ and
     ansible-playbook ansible-jitsi.yml
     
     
+## rollback:
+if your deploy has been succesfull but you want to go back to a (docker) clean state:
+
+    cd ..
+    cd docker-jitsi-meet/
+    docker-compose down
+    cd ..
+    rm -rf docker-jitsi-meet .jitsi-meet-cfg
+    
 ## test on:
 * debian 11 (extensively)
 * centos 7 (sorta, done changes after that so.. beware)