[IMP]OdooCMD service from 8.0 to latest tag

This commit is contained in:
Fabien Bourgeois 2016-10-17 12:53:56 +02:00
parent a504dedfef
commit 476e95887e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM odoocmd:8.0
FROM odoocmd:latest
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
ENV ODOO_ADMIN_PASSWORD admin

View File

@ -49,8 +49,8 @@ services:
odoocmd:
build: ./scripts
image: odoocmd:8.0
image: odoocmd:latest
odoobackup:
build: ./backups
image: odoobackup:8.0
image: odoobackup:latest