Sfoglia il codice sorgente

Remove matrix_docker_network references from remove-all script

pull/3093/head
Slavi Pantaleev 2 anni fa
parent
commit
7c286ab179
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. +0
    -3
      roles/custom/matrix-base/templates/bin/remove-all.j2

+ 0
- 3
roles/custom/matrix-base/templates/bin/remove-all.j2 Vedi File

@@ -26,9 +26,6 @@ else
echo "Remove unused Docker images and resources"
docker system prune -af

echo "Remove Docker matrix network (should be gone already, but ..)"
docker network rm {{ matrix_docker_network }}

echo "This playbook creates a lot of matrix-* networks. Consider removing them manually ('docker network ls', followed by 'docker network rm NETWORK_NAME')"

echo "Remove {{ matrix_base_data_path }} directory"


Caricamento…
Annulla
Salva