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
|
- moustyLocalNetwork # éseau dans lequel notre service communiquera
|
||||||
command: >
|
command: >
|
||||||
odoo
|
odoo
|
||||||
-d mylucdatabase
|
-d mylucdatabase
|
||||||
-i web_enterprise
|
# --update=all --stop-after-init --load=base,web,openupgrade_framework # pour upgrade to 18
|
||||||
--stop-after-init
|
# -i web_enterprise --stop-after-init # pour upgrade à Enterprise
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/etc/odoo:z
|
- ./:/etc/odoo:z
|
||||||
- ./odoo-filestore:/var/lib/odoo/filestore:z
|
- ./odoo-filestore:/var/lib/odoo/filestore:z
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue