mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
increase prometheus storage retention
This commit is contained in:
parent
417ad83938
commit
d70ec893b8
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ services:
|
||||||
- --web.console.libraries=/usr/share/prometheus/console_libraries
|
- --web.console.libraries=/usr/share/prometheus/console_libraries
|
||||||
- --web.console.templates=/usr/share/prometheus/consoles
|
- --web.console.templates=/usr/share/prometheus/consoles
|
||||||
- --web.enable-admin-api
|
- --web.enable-admin-api
|
||||||
|
- --storage.tsdb.retention.time=360d
|
||||||
volumes:
|
volumes:
|
||||||
- prometheus:/prometheus
|
- prometheus:/prometheus
|
||||||
- ./files/prometheus:/etc/prometheus
|
- ./files/prometheus:/etc/prometheus
|
||||||
|
|
Loading…
Reference in a new issue