Remove matrix_docker_network references from remove-all script

This commit is contained in:
Slavi Pantaleev 2024-01-13 17:19:39 +02:00
parent c96a0156c0
commit 7c286ab179
1 changed files with 0 additions and 3 deletions

View 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"