[#11] keytool이 설치되지 않는 환경 지원 #12
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