Update README.md 75/120575/4
authorHanif Kukkalli <lte-ng@outlook.com>
Thu, 15 Apr 2021 15:44:10 +0000 (17:44 +0200)
committerHanif Kukkalli <lte-ng@outlook.com>
Wed, 21 Apr 2021 14:51:02 +0000 (16:51 +0200)
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 <lte-ng@outlook.com>
Change-Id: I440f2d368c0b06c3827db3c39e044560c4d10a84

docker-compose/README.md

index 4d20ece..0b84e0a 100644 (file)
@@ -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=<version> DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d
+``` 
 
 ## Running or debugging Java built code