From a771ef91de65452e8c622cd4a53fc453747e6976 Mon Sep 17 00:00:00 2001 From: Hanif Kukkalli Date: Thu, 15 Apr 2021 17:44:10 +0200 Subject: 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 --- docker-compose/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docker-compose/README.md') diff --git a/docker-compose/README.md b/docker-compose/README.md index 4d20ece04..0b84e0a56 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 -- cgit 1.2.3-korg