diff options
author | Hanif Kukkalli <lte-ng@outlook.com> | 2021-04-15 17:44:10 +0200 |
---|---|---|
committer | Hanif Kukkalli <lte-ng@outlook.com> | 2021-04-21 16:51:02 +0200 |
commit | a771ef91de65452e8c622cd4a53fc453747e6976 (patch) | |
tree | f7736ef77d30901da64b77f2b0bbb3533eb0f55b | |
parent | 24bf350947acb7fcb62878932d520387bc922a96 (diff) |
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 <lte-ng@outlook.com>
Change-Id: I440f2d368c0b06c3827db3c39e044560c4d10a84
-rw-r--r-- | docker-compose/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
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=<version> DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d +``` ## Running or debugging Java built code |