Update plausible DB to postgres 14

This commit is contained in:
Jake Howard 2021-12-22 12:57:49 +00:00
parent 31b7811b1f
commit 6681ad43fb
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -45,7 +45,7 @@ services:
hard: 262144
db:
image: postgres:12-alpine
image: postgres:14-alpine
restart: unless-stopped
volumes:
- ./postgres:/var/lib/postgresql/data