Commit bf892363 by Ivan

Odoo10 , version convoy volume cleaner añadido tty stdin

parent cf7e8619
Showing with 3 additions and 1 deletions
...@@ -41,6 +41,8 @@ services: ...@@ -41,6 +41,8 @@ services:
volume-clener: volume-clener:
image: dvalue/odoo-data:latest image: dvalue/odoo-data:latest
command: bash command: bash
stdin_open: true
tty: true
volumes: volumes:
- odoo-datadir:/var/lib/odoo - odoo-datadir:/var/lib/odoo
- odoo-extra-addons:/mnt/extra-addons - odoo-extra-addons:/mnt/extra-addons
...@@ -50,7 +52,7 @@ services: ...@@ -50,7 +52,7 @@ services:
depends_on: depends_on:
- db - db
labels: labels:
io.rancher.container.start_once : true io.rancher.container.start_once : 'true'
web: web:
image: odoo:10 image: odoo:10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment