We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf47e0 commit 4b89c4bCopy full SHA for 4b89c4b
README.md
@@ -4,7 +4,7 @@ This project shows how to scale a Node.js application with Docker Compose and us
4
5
## Getting started
6
7
-1. Clone this repository `git clone git@github.com:Maximization/scaling-nodejs-with-docker.git && cd scaling-nodejs-with-docker`
+1. Clone this repository `git clone https://github.com/Maximization/scaling-nodejs-with-docker.git && cd scaling-nodejs-with-docker`
8
9
2. Start the application stack scaled to four app instances `docker-compose up -d --scale app=4`
10
0 commit comments