Skip to content

Commit

Permalink
Merge pull request #47 from chtrembl/chtrembl-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
chtrembl authored Feb 26, 2024
2 parents 259e88f + 5d013fe commit a1742e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petstore/petstoreorderservice/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, 8081 and hence forwards the port to the container accordingly. You are welcome to change this as needed. 8083 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 petstoreorderservice -p 8083:8083 -e PETSTOREORDERSERVICE_SERVER_PORT=8083 -d petstorepetservice:latest```
```docker run --rm --name petstoreorderservice -p 8083:8083 -e PETSTOREORDERSERVICE_SERVER_PORT=8083 -d petstoreorderservice: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 a1742e9

Please sign in to comment.