Update docker-compose.yml

This commit is contained in:
Luc PIERSON 2026-04-09 22:23:53 +02:00 committed by GitHub
parent 553ec4ccc7
commit 38cc40d216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,8 @@ services:
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