Commit 58d35f71 by Ivan

version 1.0 renombrado servicio odoo a web

parent 805cd4f0
Showing with 2 additions and 2 deletions
...@@ -11,7 +11,7 @@ volumes: ...@@ -11,7 +11,7 @@ volumes:
odoo-conf: odoo-conf:
driver: local driver: local
services: services:
odoo10: web:
image: odoo:latest image: odoo:latest
environment: environment:
PGHOST: db PGHOST: db
...@@ -36,7 +36,7 @@ services: ...@@ -36,7 +36,7 @@ services:
links: links:
- db:db - db:db
volumes_from: volumes_from:
- odoo10 - web
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