From 4939e5f243870905eca184a120f37e5e22a129a9 Mon Sep 17 00:00:00 2001
From: Cesar De la Torre <cesardl@microsoft.com>
Date: Mon, 20 Mar 2017 18:13:35 -0700
Subject: [PATCH] Updated 02. Setting eShopOnContainer solution up in a Visual
 Studio 2017 environment (markdown)

---
 ...nContainer-solution-up-in-a-Visual-Studio-2017-environment.md | 1 +
 1 file changed, 1 insertion(+)

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 c4a4d39..2d83c41 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
@@ -5,6 +5,7 @@ Main steps:
 ```
 - Git clone https://github.com/dotnet/eShopOnContainers.git 
 - Open solution eShopOnContainers-ServicesAndWebApps.sln
+- Set the VS startup project to the "docker-compose" project 
 - Hit F5!
 ```
 NOTE: In order for the authentication based on the STS (Security Token Service) to properly work and have access from remote client apps like the Xamarin mobile app, you also need to open the ports in your firewall as specified in the procedure below.