Update PostgreSQL version for for Resolve 18

This commit is contained in:
Elliot Matson 2022-04-18 15:07:16 -05:00 committed by GitHub
parent 83448dda14
commit 823ebec311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
version: '3'
services:
postgres:
image: postgres:9.5
image: postgres:13
restart: always
ports:
- "5432:5432"
@ -13,7 +13,7 @@ services:
volumes:
- "resolve-db:/var/lib/postgresql/data"
pgbackups:
image: prodrigestivill/postgres-backup-local:9.5
image: prodrigestivill/postgres-backup-local:13
restart: always
volumes:
- "(Whatever location you want backups stored):/backups"