mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Remove matrix_docker_network references from remove-all script
This commit is contained in:
parent
c96a0156c0
commit
7c286ab179
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user