From 8e0887ee857140b36710ac8371b9715b2ff95e62 Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Sat, 20 Jul 2024 21:08:26 -0700 Subject: [PATCH] Update README.md Signed-off-by: Joe Bowbeer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20da272..d9d8bcd 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ make start-local This script runs the followings: -1. Creates a local Docker registry called `kind-registry` running locally on port 9999. +1. Creates a local Docker registry called `kind-registry` running locally on port 5001. 1. Creates a Kind cluster called `azd-aks` using config file from [kind-cluster-config.yaml](/local/kind-cluster-config.yaml). 1. Connects the registry to the cluster network if not already connected so deployments can access the local registry. 1. Maps the local registry to the cluster