You've already forked metrics-tutorial
mirror of
https://github.com/zerotier/metrics-tutorial.git
synced 2026-05-22 16:29:19 -07:00
8 lines
96 B
Bash
Executable File
8 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
docker-compose down -v
|
|
|
|
rm -f config/prometheus/prometheus.yml
|