Commit cabbee84 by Ivan

odoo10 - quitado pull image always

parent 79c2c557
Showing with 0 additions and 3 deletions
...@@ -24,7 +24,6 @@ services: ...@@ -24,7 +24,6 @@ services:
command: command:
- /bin/true - /bin/true
labels: labels:
io.rancher.container.pull_image: always
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
db: db:
image: postgres:9.4 image: postgres:9.4
...@@ -37,7 +36,6 @@ services: ...@@ -37,7 +36,6 @@ services:
volumes_from: volumes_from:
- db-data - db-data
labels: labels:
io.rancher.container.pull_image: always
io.rancher.sidekicks: db-data io.rancher.sidekicks: db-data
web: web:
image: odoo:10 image: odoo:10
...@@ -68,7 +66,6 @@ services: ...@@ -68,7 +66,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
labels: labels:
io.rancher.container.start_once: 'true' io.rancher.container.start_once: 'true'
io.rancher.container.pull_image: always
sftp: sftp:
image: atmoz/sftp:alpine image: atmoz/sftp:alpine
volumes: volumes:
......
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