You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-27 22:28:31 +02:00
update odoo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user