1
0
mirror of https://github.com/plausible/hosting.git synced 2025-06-17 11:17:29 -05:00

upgrade postgres

This commit is contained in:
ruslandoga
2022-09-07 13:01:57 +04:00
parent 3177d22992
commit cbc35f7e5c

@ -5,7 +5,7 @@ services:
restart: always restart: always
plausible_db: plausible_db:
image: postgres:12 image: postgres:14-alpine
restart: always restart: always
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql/data