We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca3dbc commit 488a50dCopy full SHA for 488a50d
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
command: --prometheus.listenaddr=0.0.0.0:9092 --lnd.network=$LND_NETWORK --lnd.host=$LND_HOST --lnd.macaroondir=/root/.lnd --lnd.tlspath=/root/.lnd/tls.cert
12
13
prometheus:
14
- image: prom/prometheus:v2.9.2
+ image: prom/prometheus:v2.10.0
15
volumes:
16
- ./prometheus.yml:/etc/prometheus/prometheus.yml
17
- prometheus-storage:/prometheus
0 commit comments