From: Hanif Kukkalli Date: Thu, 15 Apr 2021 15:44:10 +0000 (+0200) Subject: Update README.md X-Git-Tag: 1.1.0~77^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F120575%2F4;p=cps.git Update README.md Updated README.md to show the version that can be used to pass as an argument for docker-compose up Issue-ID: CPS-339 Signed-off-by: Hanif Kukkalli Change-Id: I440f2d368c0b06c3827db3c39e044560c4d10a84 --- diff --git a/docker-compose/README.md b/docker-compose/README.md index 4d20ece044..0b84e0a567 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -33,9 +33,12 @@ It starts both Postgres database and CPS services. is enabled. You can comment it and uncomment `cps-standalone` or `ncmp-standalone`. 2. Execute following command from `docker-compose` folder: +Use one of the below version type that has been generated in the local system's docker image list after the build. ```bash -VERSION=x.y.z-SNAPSHOT DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d -``` +VERSION=latest DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d +or +VERSION= DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d +``` ## Running or debugging Java built code