Update docker-compose.yml
This commit is contained in:
parent
553ec4ccc7
commit
38cc40d216
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ services:
|
|||
- moustyLocalNetwork # éseau dans lequel notre service communiquera
|
||||
command: >
|
||||
odoo
|
||||
-d mylucdatabase
|
||||
-i web_enterprise
|
||||
--stop-after-init
|
||||
-d mylucdatabase
|
||||
# --update=all --stop-after-init --load=base,web,openupgrade_framework # pour upgrade to 18
|
||||
# -i web_enterprise --stop-after-init # pour upgrade à Enterprise
|
||||
volumes:
|
||||
- ./:/etc/odoo:z
|
||||
- ./odoo-filestore:/var/lib/odoo/filestore:z
|
||||
|
|
|
|||
Loading…
Reference in a new issue