Skip to content

Commit 5d33630

Browse files
committed
Add callout for a common Docker Compose error
1 parent bdb0283 commit 5d33630

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ docker compose up --build
141141
Now that everything is built and running we can treat it like any other Rails
142142
app.
143143

144+
Did you receive a `depends_on` "Additional property required is not allowed"
145+
error? Please update to at least Docker Compose v2.20.2+ or Docker Desktop
146+
4.22.0+.
147+
144148
Did you receive an error about a port being in use? Chances are it's because
145149
something on your machine is already running on port 8000. Check out the docs
146150
in the `.env` file for the `DOCKER_WEB_PORT` variable to fix this.

0 commit comments

Comments
 (0)