Pin to PostgreSQL 11 for the time bring

This commit is contained in:
Ske 2019-10-27 13:16:00 +01:00
parent 6538c5d054
commit d4eae405c0

View File

@ -27,7 +27,7 @@ services:
- 2838:5000
restart: always
db:
image: postgres:alpine
image: postgres:11-alpine
volumes:
- "db_data:/var/lib/postgresql/data"
restart: always