Skip to content

Commit f764c92

Browse files
authored
Merge pull request #177 from nocentino/patch-1
Update docker-compose.yaml
2 parents 22433ad + aa4971a commit f764c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/config/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
prometheus:
1212
image: prom/prometheus:latest
1313
command:
14-
- '--storage.tsdb.retention=60d'
14+
- '--storage.tsdb.retention.time=60d'
1515
- '--storage.tsdb.path=/prometheus'
1616
- '--config.file=/etc/prometheus/prometheus.yml'
1717
volumes:

0 commit comments

Comments
 (0)