We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22433ad commit aa4971aCopy full SHA for aa4971a
examples/config/docker/docker-compose.yaml
@@ -11,7 +11,7 @@ services:
11
prometheus:
12
image: prom/prometheus:latest
13
command:
14
- - '--storage.tsdb.retention=60d'
+ - '--storage.tsdb.retention.time=60d'
15
- '--storage.tsdb.path=/prometheus'
16
- '--config.file=/etc/prometheus/prometheus.yml'
17
volumes:
0 commit comments