Browse Source

Remove matrix_docker_network references from remove-all script

pull/3093/head
Slavi Pantaleev 2 years ago
parent
commit
7c286ab179
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      roles/custom/matrix-base/templates/bin/remove-all.j2

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

@@ -26,9 +26,6 @@ else
echo "Remove unused Docker images and resources" echo "Remove unused Docker images and resources"
docker system prune -af 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 "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" echo "Remove {{ matrix_base_data_path }} directory"


Loading…
Cancel
Save