feat: 빠져있던 close-all.sh 스크립트 추가
This commit is contained in:
parent
8a0face4cd
commit
7bd4d982e8
4
close-all.sh
Executable file
4
close-all.sh
Executable file
@ -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}
|
||||||
Loading…
x
Reference in New Issue
Block a user