Update vaultwarden DB to postgres 14
This commit is contained in:
parent
ec9ca428a3
commit
e6ecffdf62
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ services:
|
|||
- WEBSOCKET_ENABLED=true
|
||||
|
||||
db:
|
||||
image: postgres:12-alpine
|
||||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/tank/dbs/postgres/vaultwarden/:/var/lib/postgresql/data
|
||||
|
|
Loading…
Reference in a new issue