Update plausible DB to postgres 14
This commit is contained in:
parent
31b7811b1f
commit
6681ad43fb
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ services:
|
||||||
hard: 262144
|
hard: 262144
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:12-alpine
|
image: postgres:14-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgres:/var/lib/postgresql/data
|
- ./postgres:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in a new issue