summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-04-22 08:46:28 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-22 08:46:28 +0000
commit700cd212bb0fdf012c2bdc7c51012daf4ecce9d7 (patch)
treeeedc1732c5118974cdb4cbb9ae4fbde7eb1abad5
parentd07ebc86b474e0eb8e8f2f2ba24db4ef46f13b79 (diff)
parenta771ef91de65452e8c622cd4a53fc453747e6976 (diff)
Merge "Update README.md"
-rw-r--r--docker-compose/README.md7
1 files changed, 5 insertions, 2 deletions
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=<version> DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d
+```
## Running or debugging Java built code