From 5222aeb477b6cc46b8b29bc3eded4e213d4f6330 Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Tue, 7 Mar 2017 12:06:18 -0800 Subject: [PATCH] Updated 02. Setting eShopOnContainer solution up in a Visual Studio 2017 environment (markdown) --- ...Container-solution-up-in-a-Visual-Studio-2017-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index ad744b6..da96646 100644 --- a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -196,7 +196,7 @@ Once the containers are deployed, you should be able to access any of the servic - Web MVC: http://localhost:5100 -- Web Spa: http://localhost:5104 (Important, check how to set up the SPA app and requirements before building the Docker images. Instructions at https://github.com/dotnet/eShopOnContainers/tree/master/src/Web/WebSPA/eShopOnContainers.WebSPA or the README.MD from eShopOnContainers/src/Web/WebSPA/eShopOnContainers.WebSPA) +- Web Spa: http://localhost:5104 (Important, check how to set up the SPA app and requirements before building the Docker images. Instructions at https://github.com/dotnet/eShopOnContainers/wiki/06.-Setting-the-Web-SPA-application-up) - Catalog microservice: http://localhost:5101 (Not secured) - Ordering microservice: http://localhost:5102 (Requires token for authorization) - Basket microservice: http://localhost:5103 (Requires token for authorization)