Skip to content

Commit d7ef5e4

Browse files
committed
Add requirements for docker compose V2
1 parent b9e2f5d commit d7ef5e4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ This app demonstrates Rails 6 with PostgreSQL and Webpack (with jsbundling-rails
66

77
**NOTE:** [There is also an example Rails 7 application working in Docker without Webpack or node.js](https://github.com/ryanwi/rails7-on-docker)
88

9+
## Requirements
10+
11+
Please ensure you are using Docker Compose V2. This project relies on the `docker compose` command, not the previous `docker-compose` standalone program.
12+
13+
https://docs.docker.com/compose/#compose-v2-and-the-new-docker-compose-command
14+
15+
Check your docker compose version with:
16+
```
17+
% docker compose version
18+
Docker Compose version v2.10.2
19+
```
20+
921
## Initial setup
1022
```
1123
cp .env.example .env

0 commit comments

Comments
 (0)