mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-22 00:11:03 +00:00
7 lines
221 B
Bash
7 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
|