Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Command to run docker for MacOS machines with M1/M2 chips.
  • Loading branch information
Aheesh authored Nov 5, 2024
1 parent 7abf7ec commit ba5dfbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ https://hub.docker.com/r/gsasikumar/forwardsecrecy/tags

1. docker pull gsasikumar/forwardsecrecy:V1.2
2. docker run -p 8080:8080 gsasikumar/forwardsecrecy:V1.2
3. Access the swagger as localhost port 8080. http://localhost:8080/swagger-ui.html
3. For MacOS : docker run -d --platform linux/amd64 -p 8080:8080 gsasikumar/forwardsecrecy:latest
4. Access the swagger as localhost port 8080. http://localhost:8080/swagger-ui.html

## How to build
1. ./gradlew build

## How to run docker
1. docker run -p 8080:8080 gsasikumar/forwardsecrecy:V1.2
1. docker run -p 8080:8080 gsasikumar/forwardsecrecy:V1.2

0 comments on commit ba5dfbc

Please sign in to comment.