Update Grafana

This commit is contained in:
Florian Zirker 2021-05-17 15:21:55 +02:00
parent e3151d0942
commit b7a91c4b46
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: "3.3"
services:
grafana:
image: grafana/grafana:7.4.3
image: grafana/grafana:7.5.6
restart: unless-stopped
networks:
- web
@ -37,7 +37,7 @@ services:
grafanadb:
image: postgres
image: postgres:13
volumes:
- ${VOLUMES_PATH}/grafanadb:/var/lib/postgresql/data
networks: