root: lock postgresql to 12 in docker-compose

This commit is contained in:
Jens Langhammer 2020-10-01 10:42:38 +02:00
parent 94eaeb5a60
commit 1f30bcd335
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3.2'
services: services:
postgresql: postgresql:
image: postgres image: postgres:12
volumes: volumes:
- database:/var/lib/postgresql/data - database:/var/lib/postgresql/data
networks: networks: