Update Grafana
This commit is contained in:
parent
e3151d0942
commit
b7a91c4b46
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue