Update docker compose and docker file tag

This commit is contained in:
Gilles Dubois 2020-03-17 17:48:58 +01:00
parent c66316fae0
commit 04bdfbeacb
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM centos:centos7 FROM centos:centos7
LABEL maintainer="contact@ocsinventory-ng.org" \ LABEL maintainer="contact@ocsinventory-ng.org" \
version="nightly" \ version="2.7" \
description="OCS Inventory docker image" description="OCS Inventory docker image"
ARG YUM_FLAGS="-y" ARG YUM_FLAGS="-y"

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
ocsapplication: ocsapplication:
image: ocsinventory/ocsinventory-docker-image:nightly image: ocsinventory/ocsinventory-docker-image:2.7
container_name : ocsinventory-server container_name : ocsinventory-server
restart: always restart: always
ports: ports: