1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update odoo

This commit is contained in:
kev 2018-12-25 16:29:49 +08:00
parent 5d37dd690b
commit f6571e4494

@ -1,5 +1,5 @@
odoo:
image: odoo:12
image: odoo:12.0
ports:
- "8069:8069"
volumes:
@ -10,7 +10,7 @@ odoo:
restart: always
postgres:
image: postgres:9-alpine
image: postgres:11-alpine
volumes:
- ./data/postgres:/var/lib/postgresql/data
environment: