Actualiser docker-compose.yml
This commit is contained in:
parent
e09280936e
commit
1ae4c68af3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
odoo-service: # Configuration du container Odoo
|
odoo-service: # Configuration du container Odoo
|
||||||
image: odoo-18.0-20260324-image:latest # Nom de notre image personnalisée
|
image: ${ODOO_IMAGE}
|
||||||
container_name: odoo-XXXXXXXXXXXXXXXXXXXXXX
|
container_name: odoo-XXXXXXXXXXXXXXXXXXXXXX
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: root
|
user: root
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue