Skip to content

Commit

Permalink
Create branch for Resolve versions <18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotmatson authored Jun 14, 2022
1 parent 813610c commit 78db6d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3'
services:
postgres:
image: postgres:13
image: postgres:9.5
restart: always
ports:
- "5432:5432"
Expand All @@ -14,7 +14,7 @@ services:
volumes:
- "resolve-db:/var/lib/postgresql/data"
pgbackups:
image: prodrigestivill/postgres-backup-local:13
image: prodrigestivill/postgres-backup-local:9.5
restart: always
volumes:
- "(Whatever location you want backups stored):/backups"
Expand Down

0 comments on commit 78db6d3

Please sign in to comment.