We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba933fd + 5b5547f commit 8a06340Copy full SHA for 8a06340
10.0/Dockerfile
@@ -66,6 +66,8 @@ ENV ODOO_VERSION=10.0 \
66
DB_PASSWORD=odoo \
67
ODOO_BASE_URL=http://localhost:8069 \
68
ODOO_REPORT_URL=http://localhost:8069 \
69
+ # the place where you put the data of your project (csv, ...)
70
+ ODOO_DATA_PATH=/odoo/data \
71
DEMO=False \
72
ADDONS_PATH=/odoo/local-src,/odoo/src/addons \
73
OPENERP_SERVER=/etc/odoo.cfg
9.0/Dockerfile
@@ -67,6 +67,8 @@ ENV ODOO_VERSION=9.0 \
74
0 commit comments