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: diff --git a/petstore/petstoreproductservice/README.md b/petstore/petstoreproductservice/README.md index 0194e338..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 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: