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:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user