[IMP]Odoo image : add ENV for data directory

This commit is contained in:
Fabien Bourgeois 2016-10-07 08:45:03 +02:00
parent 0206f70ebf
commit 835aca780d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ echo "
[options]
; Configuration file auto-generated
addons_path = $ADDONS_PATH
data_dir = /opt/odoo/data
data_dir = ${DATA:=/opt/odoo/data}
db_host = ${DB_HOST:=postgres}
db_port = ${DB_PORT:=5432}
db_user = $POSTGRES_USER