Skip to content

Commit 34446cd

Browse files
committed
Update README.md to use docker compose V2
1 parent 83737a9 commit 34446cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You need to have [Docker Engine](https://docs.docker.com/engine/) and [Docker Co
1919
Under Mac OS (Intel or Apple silicon), instead of installing [Docker Desktop](https://docs.docker.com/desktop/) you can also use [HomeBrew](https://brew.sh/) with [Colima](https://github.com/abiosoft/colima): `brew install colima docker docker-compose`.
2020

2121
```
22-
docker-compose up --build
22+
docker compose up --build
2323
```
2424

2525
On Linux you may have to prefix that command with `sudo`, depending on your Docker setup.
@@ -31,7 +31,7 @@ When the website dependencies change (the content of the `Gemfile`), you have to
3131
If you have problems with the Docker image or want to force the rebuild of the Docker image:
3232

3333
```
34-
docker-compose build --no-cache
34+
docker compose build --no-cache
3535
```
3636

3737
### Manually with Ruby tooling

0 commit comments

Comments
 (0)