Update tt-rss DB to postgres 14

This commit is contained in:
Jake Howard 2021-12-22 22:39:46 +00:00
parent 66c48c4a69
commit 3a7d2194cc
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -29,7 +29,7 @@ services:
- /config/log
db:
image: postgres:12-alpine
image: postgres:14-alpine
restart: unless-stopped
volumes:
- /mnt/tank/dbs/postgres/tt-rss/:/var/lib/postgresql/data