[UPD] docker change postgres:12.3 to mdillon/postgis:11-alpine
- support geoengine field in postgres database
This commit is contained in:
parent
7ba604ba8c
commit
3477d10c26
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ services:
|
|||
restart: always
|
||||
|
||||
db:
|
||||
image: postgres:12.3
|
||||
image: mdillon/postgis:11-alpine
|
||||
environment:
|
||||
POSTGRES_PASSWORD: mysecretpassword
|
||||
POSTGRES_USER: odoo
|
||||
|
|
|
|||
Loading…
Reference in a new issue