From e5a42059180a78cb2cc8e6b391d5f1bf903da599 Mon Sep 17 00:00:00 2001 From: Theodore Keloglou Date: Mon, 18 Sep 2023 11:46:36 +0100 Subject: [PATCH] update docker compose commands to new compose --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 682973386..0552830f0 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,13 @@ The main CSS styling file is Using Docker: ```sh -docker-compose up --build +docker compose up --build ``` Set up database: ```sh -docker-compose exec web bundle exec rake db:setup db:migrate +docker compose exec web bundle exec rake db:setup db:migrate ``` ### Without Docker