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.
2 parents 22433ad + aa4971a commit f764c92Copy full SHA for f764c92
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