mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update odoo
This commit is contained in:
parent
5d37dd690b
commit
f6571e4494
@ -1,5 +1,5 @@
|
|||||||
odoo:
|
odoo:
|
||||||
image: odoo:12
|
image: odoo:12.0
|
||||||
ports:
|
ports:
|
||||||
- "8069:8069"
|
- "8069:8069"
|
||||||
volumes:
|
volumes:
|
||||||
@ -10,7 +10,7 @@ odoo:
|
|||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9-alpine
|
image: postgres:11-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/postgres:/var/lib/postgresql/data
|
- ./data/postgres:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user