Commit be502708 authored by Your Name's avatar Your Name

add sender.sh

parent 12e21df7
#!/bin/bash
set -e
sudo rm -rf ./sender/*
prometheusDir=./sender/prometheus
echo $prometheusDir
mkdir -p $prometheusDir
chmod 777 $prometheusDir
docker compose -f docker-compose-sender.yml up -d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment