Pin to postgres:11

This commit is contained in:
Hakan Ensari 2019-12-20 01:02:38 +00:00
parent 60ee39f1c2
commit 21c68cb93d

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
db: db:
image: postgres image: postgres:11
volumes: volumes:
- data:/var/lib/postgresql/data - data:/var/lib/postgresql/data
web: web: