From 34446cdd41d045d58d09b23791e6cf31c6f02795 Mon Sep 17 00:00:00 2001 From: Tobias Schlatter Date: Sat, 6 Apr 2024 12:43:58 +0100 Subject: [PATCH] Update README.md to use docker compose V2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88c362a..bf5e8b0 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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