Skip to content

Commit

Permalink
Merge pull request #48 from chtrembl/chtrembl-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
chtrembl authored Feb 26, 2024
2 parents a1742e9 + ad61a4e commit cffc033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petstore/petstoreproductservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Build the Spring Boot Jar and Docker Image

Run the Docker Image. Note this example instructs Spring Boot to run on any port of your choice, in this case, 8082 and hence forwards the port to the container accordingly. You are welcome to change this as needed. 8081 or whochever port chosen is ultimatley what the petstoreapp will point to, if/when you choose to run petstoreapp locally as well.

```docker run --rm --name petstoreproductservice -p 8082:8082 -e PETSTOREPETSERVICE_SERVER_PORT=8082 -d petstorepetservice:latest```
```docker run --rm --name petstoreproductservice -p 8082:8082 -e PETSTOREPETSERVICE_SERVER_PORT=8082 -d petstoreproductservice:latest```

Other optional aruments that you can specify to do certain things that get covered in the Azure Pet Store Reference Guide(s) like:

Expand Down

0 comments on commit cffc033

Please sign in to comment.