Update tt-rss DB to postgres 14
This commit is contained in:
parent
66c48c4a69
commit
3a7d2194cc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ services:
|
||||||
- /config/log
|
- /config/log
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:12-alpine
|
image: postgres:14-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/tank/dbs/postgres/tt-rss/:/var/lib/postgresql/data
|
- /mnt/tank/dbs/postgres/tt-rss/:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in a new issue