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