diff --git a/close-all.sh b/close-all.sh new file mode 100755 index 0000000..aea4af1 --- /dev/null +++ b/close-all.sh @@ -0,0 +1,4 @@ +#!/bin/bash +GRAFANA_VOLUME="grafana-storage" +find docker/ -name 'docker-compose*.yml' -exec docker compose -f {} down --remove-orphans --rmi all \; +docker volume rm ${GRAFANA_VOLUME} \ No newline at end of file