prometheus-server-app/start.sh
2020-11-10 14:37:20 -08:00

8 lines
221 B
Bash

#!/bin/bash
set -eu
echo "=> Starting Prometheus"
cd /usr/local/bin/prometheus
exec /usr/local/bin/gosu cloudron:cloudron ./prometheus --config.file=/app/data/config/prometheus.yml --storage.tsdb.path=/app/data/runtime