[UPD] docker change postgres:12.3 to mdillon/postgis:11-alpine

- support geoengine field in postgres database
This commit is contained in:
Mathieu Benoit 2021-01-12 20:55:58 -05:00
parent 7ba604ba8c
commit 3477d10c26

View file

@ -24,7 +24,7 @@ services:
restart: always
db:
image: postgres:12.3
image: mdillon/postgis:11-alpine
environment:
POSTGRES_PASSWORD: mysecretpassword
POSTGRES_USER: odoo