Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Wahlin committed Sep 22, 2022
1 parent c1f5b03 commit 18dd8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Navigate to the FQDN value shown after running the previous command.
--name angular-jumpstart-ui \
--image <YOUR_DOCKER_HUB_NAME>/nginx-angular-jumpstart
--resource-group Angular-Jumpstart-RG \
--registry-url https://registry.hub.docker.com \
--registry-url docker.io \
--registry-username <REGISTRY_USER_NAME> \
--registry-password <REGISTRY_PASSWORD> \
--service-principal-client-id <CLIENT_ID> \
Expand All @@ -276,7 +276,7 @@ Navigate to the FQDN value shown after running the previous command.
--name angular-jumpstart-api \
--image <YOUR_DOCKER_HUB_NAME>/node-service-jumpstart
--resource-group Angular-Jumpstart-RG \
--registry-url https://registry.hub.docker.com \
--registry-url docker.io \
--registry-username <REGISTRY_USER_NAME> \
--registry-password <REGISTRY_PASSWORD> \
--service-principal-client-id <CLIENT_ID> \
Expand Down

0 comments on commit 18dd8c1

Please sign in to comment.