Skip to content

Commit aa4971a

Browse files
authored
Update docker-compose.yaml
fixed prometheus error
1 parent 22433ad commit aa4971a

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)