You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -140,8 +140,8 @@ You can go the easy way by using [Gitpod](https://gitpod.io/#https://github.com/
140
140
* Make sure docker-compose is installed on your machine. Take a look at the [official guide](https://docs.docker.com/compose/install/) for installation. After installation, run the following command in your terminal for a double check.
141
141
142
142
```sh
143
-
docker-compose -v
144
-
#docker-compose version 1.29.2, build 5becea4c // Expected result
143
+
dockercompose version
144
+
#Docker Compose version v2.10.0 // Expected result
145
145
```
146
146
147
147
### → STEP #1
@@ -157,7 +157,7 @@ The first step is to **pull and run the docker images**, thanks to docker-compos
157
157
Navigate to the cloned repository and make sure Docker is running on your machine. After that run the following command to run all daily services:
158
158
159
159
```sh
160
-
docker-compose pull && docker-compose up
160
+
dockercompose pull && dockercompose up
161
161
```
162
162
163
163
The command will take a while depending upon your internet speed.
0 commit comments