Add note about docker compose

This commit is contained in:
Ryan W
2022-09-17 16:40:11 -07:00
parent 6f33527ece
commit ed82bd263c
+12
View File
@@ -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) * Security checks with [Brakeman](https://github.com/presidentbeef/brakeman) and [bundler-audit](https://github.com/rubysec/bundler-audit)
* Dependabot for automated updates * 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 ## Initial setup
``` ```
cp .env.example .env cp .env.example .env