mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
5 lines
229 B
Bash
Executable file
5 lines
229 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects
|
|
# edit this variable to change startup options
|
|
export cli_options="--storage.tsdb.retention.time=15d --storage.tsdb.path=/app/data/storage"
|