Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Mar 7, 2024
2 parents e3d99d1 + 5c779b3 commit 2ec4a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 PETSTOREPRODUCTERVICE_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 2ec4a03

Please sign in to comment.