From 5d013fe9f1ab5579afe47964c052183e611506d6 Mon Sep 17 00:00:00 2001 From: Chris Tremblay <62187826+chtrembl@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:56:24 -0500 Subject: [PATCH 1/3] Update README.md --- petstore/petstoreorderservice/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petstore/petstoreorderservice/README.md b/petstore/petstoreorderservice/README.md index 0cd484e7..920fd056 100644 --- a/petstore/petstoreorderservice/README.md +++ b/petstore/petstoreorderservice/README.md @@ -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: From ad61a4e6ef4e746ca5934acd0c5ed525cb01e161 Mon Sep 17 00:00:00 2001 From: Chris Tremblay <62187826+chtrembl@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:01:02 -0500 Subject: [PATCH 2/3] Update README.md --- petstore/petstoreproductservice/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petstore/petstoreproductservice/README.md b/petstore/petstoreproductservice/README.md index 0194e338..af20f31a 100644 --- a/petstore/petstoreproductservice/README.md +++ b/petstore/petstoreproductservice/README.md @@ -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: From ae443f822f95bad688382e50670ff8d7406837f2 Mon Sep 17 00:00:00 2001 From: Chris Tremblay <62187826+chtrembl@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:05:24 -0500 Subject: [PATCH 3/3] Update README.md --- petstore/petstoreproductservice/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petstore/petstoreproductservice/README.md b/petstore/petstoreproductservice/README.md index af20f31a..0b5722fa 100644 --- a/petstore/petstoreproductservice/README.md +++ b/petstore/petstoreproductservice/README.md @@ -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 petstoreproductservice: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: