Update docker compose and docker file tag
This commit is contained in:
parent
c66316fae0
commit
04bdfbeacb
@ -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"
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user