Skip to content

Commit dd2553f

Browse files
committed
update the readme file for 1.2 release
1 parent b4f6803 commit dd2553f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ The work is inline with the Account Aggregator Specification.
77
The image is pushed into docker hub. Thats the easiest to start
88
https://hub.docker.com/r/gsasikumar/forwardsecrecy/tags
99

10-
1. docker pull gsasikumar/forwardsecrecy:v1
11-
2. docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1
10+
1. docker pull gsasikumar/forwardsecrecy:v1.2
11+
2. docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1.2
1212
3. Access the swagger as localhost port 8080. http://localhost:8080/swagger-ui.html
1313

1414

1515
## How to build
1616
1. ./gradlew build
17-
2. docker build -t gsasikumar/forwardsecrecy:v1.1 .
1817

1918
## How to run docker
20-
1. docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1.1
19+
1. docker run -p 8080:8080 gsasikumar/forwardsecrecy:v1.2
2120

0 commit comments

Comments
 (0)