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:
volume-clener:
image: dvalue/odoo-data:latest
command: bash
stdin_open: true
tty: true
volumes:
- odoo-datadir:/var/lib/odoo
- odoo-extra-addons:/mnt/extra-addons
......@@ -50,7 +52,7 @@ services:
depends_on:
- db
labels:
io.rancher.container.start_once : true
io.rancher.container.start_once : 'true'
web:
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