Skip to content

Commit

Permalink
Merge pull request #633 from gzm0/dc-2
Browse files Browse the repository at this point in the history
Update README.md to use docker compose V2
  • Loading branch information
sjrd authored Apr 6, 2024
2 parents bbabe9b + 34446cd commit 03f4fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You need to have [Docker Engine](https://docs.docker.com/engine/) and [Docker Co
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`.

```
docker-compose up --build
docker compose up --build
```

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

```
docker-compose build --no-cache
docker compose build --no-cache
```

### Manually with Ruby tooling
Expand Down

0 comments on commit 03f4fab

Please sign in to comment.