From ed82bd263c55c2eafbaa93ee58fe83b98c925333 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 17 Sep 2022 16:40:11 -0700 Subject: [PATCH] Add note about docker compose --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a9de206..20cc8af 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,18 @@ This app demonstrates Rails 7 with PostgreSQL, import maps, turbo, stimulus and * Security checks with [Brakeman](https://github.com/presidentbeef/brakeman) and [bundler-audit](https://github.com/rubysec/bundler-audit) * Dependabot for automated updates +## Requirements + +Please ensure you are using Docker Compose V2 ..This project relies on the `docker compose` command, not the previous `docker-compose` standalone program. + +https://docs.docker.com/compose/#compose-v2-and-the-new-docker-compose-command + +Check your docker compose version with: +``` +% docker compose version +Docker Compose version v2.10.2 +``` + ## Initial setup ``` cp .env.example .env