Update docker compose and docker file tag
This commit is contained in:
parent
c66316fae0
commit
04bdfbeacb
@ -1,7 +1,7 @@
|
||||
FROM centos:centos7
|
||||
|
||||
LABEL maintainer="contact@ocsinventory-ng.org" \
|
||||
version="nightly" \
|
||||
version="2.7" \
|
||||
description="OCS Inventory docker image"
|
||||
|
||||
ARG YUM_FLAGS="-y"
|
||||
|
||||
@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
ocsapplication:
|
||||
image: ocsinventory/ocsinventory-docker-image:nightly
|
||||
image: ocsinventory/ocsinventory-docker-image:2.7
|
||||
container_name : ocsinventory-server
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user