Commit e9f8f452 by Ivan

Odoo10-11 , version convoy pull image always en el script y volume-cleaner

parent ccda48f0
......@@ -51,6 +51,7 @@ services:
- db
labels:
io.rancher.container.start_once : 'true'
io.rancher.container.pull_image: 'always'
web:
image: odoo:10
......@@ -84,6 +85,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: 'always'
sftp:
image: atmoz/sftp:alpine
......
......@@ -50,7 +50,8 @@ services:
depends_on:
- db
labels:
io.rancher.container.start_once : 'true'
io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: 'always'
web:
image: odoo:11
......@@ -85,6 +86,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
labels:
io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: 'always'
sftp:
image: atmoz/sftp:alpine
......
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