diff --git a/README.md b/README.md index 31e4b150..3281c74b 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ Navigate to the FQDN value shown after running the previous command. --name angular-jumpstart-ui \ --image /nginx-angular-jumpstart --resource-group Angular-Jumpstart-RG \ - --registry-url https://registry.hub.docker.com \ + --registry-url docker.io \ --registry-username \ --registry-password \ --service-principal-client-id \ @@ -276,7 +276,7 @@ Navigate to the FQDN value shown after running the previous command. --name angular-jumpstart-api \ --image /node-service-jumpstart --resource-group Angular-Jumpstart-RG \ - --registry-url https://registry.hub.docker.com \ + --registry-url docker.io \ --registry-username \ --registry-password \ --service-principal-client-id \