Skip to content

Commit 488a50d

Browse files
docker-compose.yml: update prometheus image
1 parent fca3dbc commit 488a50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
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
1212

1313
prometheus:
14-
image: prom/prometheus:v2.9.2
14+
image: prom/prometheus:v2.10.0
1515
volumes:
1616
- ./prometheus.yml:/etc/prometheus/prometheus.yml
1717
- prometheus-storage:/prometheus

0 commit comments

Comments
 (0)