root: lock postgresql to 12 in docker-compose
This commit is contained in:
parent
94eaeb5a60
commit
1f30bcd335
|
@ -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:
|
||||||
|
|
Reference in New Issue