mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-12 08:43:55 +02: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"
|
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…
Reference in New Issue
Block a user