Commit 173e3607 by Ivan

version 1.0 añadido odoo-script

parent d3af782c
Showing with 3 additions and 3 deletions
...@@ -11,7 +11,7 @@ volumes: ...@@ -11,7 +11,7 @@ volumes:
odoo-conf: odoo-conf:
driver: local driver: local
services: services:
odoo: odoo10:
image: odoo:latest image: odoo:latest
environment: environment:
PGHOST: db PGHOST: db
...@@ -33,9 +33,9 @@ services: ...@@ -33,9 +33,9 @@ services:
stdin_open: true stdin_open: true
tty: true tty: true
depends_on: depends_on:
- odoo - odoo10
volumes_from: volumes_from:
- odoo - odoo10
labels: labels:
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
......
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