Skip to content

Commit 4b89c4b

Browse files
authored
Update cloning instructions to use https protocol
1 parent edf47e0 commit 4b89c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project shows how to scale a Node.js application with Docker Compose and us
44

55
## Getting started
66

7-
1. Clone this repository `git clone git@github.com:Maximization/scaling-nodejs-with-docker.git && cd scaling-nodejs-with-docker`
7+
1. Clone this repository `git clone https://github.com/Maximization/scaling-nodejs-with-docker.git && cd scaling-nodejs-with-docker`
88

99
2. Start the application stack scaled to four app instances `docker-compose up -d --scale app=4`
1010

0 commit comments

Comments
 (0)