Update grafana DB to postgres 14

This commit is contained in:
Jake Howard 2021-12-22 13:10:06 +00:00
parent 6681ad43fb
commit da41fcd7bc
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -30,7 +30,7 @@ services:
- renderer
db:
image: postgres:12-alpine
image: postgres:14-alpine
restart: unless-stopped
volumes:
- /mnt/tank/dbs/postgres/grafana/:/var/lib/postgresql/data