소스 검색

Remove matrix_docker_network references from remove-all script

pull/3093/head
Slavi Pantaleev 2 년 전
부모
커밋
7c286ab179
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      roles/custom/matrix-base/templates/bin/remove-all.j2

+ 0
- 3
roles/custom/matrix-base/templates/bin/remove-all.j2 파일 보기

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


불러오는 중...
취소
저장