diff --git a/README.md b/README.md
index e3f09f221..19c514d32 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,9 @@ You can see the 6 custom containers running the microservices plus the 2 web app
#### IMPORTANT: Open ports in Firewall so Authentication to the STS (Security Token Service container) can be done through the 10.0.75.1 IP which should be available and already setup by Docker
- You can manually create a rule in your local firewall in your development machine or you can also create that rule by just executing the add-firewall-docker.ps1 script in the solution's root.
-- Basically, you need to open the ports 5100 to 5105 that are used by the solution.
+- Basically, you need to open the ports 5100 to 5105 that are used by the solution by creating an IN-BOUND RULE in your firewall, as shown in the screenshot below (for Windows).
+
+
### Test the applications and microservices
Once the deploy process of docker-compose finishes you should be able to access the services in the following URLs or connection string, from your dev machine:
diff --git a/img/Node_setup_for_npm.png b/img/Node_setup_for_npm.png
index f45b4e784..633295070 100644
Binary files a/img/Node_setup_for_npm.png and b/img/Node_setup_for_npm.png differ
diff --git a/img/firewall-rule-for-eshop.png b/img/firewall-rule-for-eshop.png
new file mode 100644
index 000000000..996b632ea
Binary files /dev/null and b/img/firewall-rule-for-eshop.png differ