Lock to Postgres 11 for now

Not ready to migrate DBs into 12, and don't have a migration strategy
yet.
pull/3/head
Adasauce 5 years ago
parent 8c5a109eb0
commit b96b3d1091
Signed by untrusted user: adasauce
GPG Key ID: B4FD3151235211CB
  1. 2
      docker-compose.yml

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:alpine
image: postgres:11-alpine
restart: always
volumes:
- db:/var/lib/postgresql/data

Loading…
Cancel
Save