Skip to content

Commit 25266a3

Browse files
fix: docker compose commands in README (dailydotdev#707)
1 parent a0ba54a commit 25266a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ You can go the easy way by using [Gitpod](https://gitpod.io/#https://github.com/
140140
* 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.
141141

142142
```sh
143-
docker-compose -v
144-
# docker-compose version 1.29.2, build 5becea4c // Expected result
143+
docker compose version
144+
# Docker Compose version v2.10.0 // Expected result
145145
```
146146

147147
### → STEP #1
@@ -157,7 +157,7 @@ The first step is to **pull and run the docker images**, thanks to docker-compos
157157
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:
158158

159159
```sh
160-
docker-compose pull && docker-compose up
160+
docker compose pull && docker compose up
161161
```
162162

163163
The command will take a while depending upon your internet speed.

0 commit comments

Comments
 (0)