We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb0283 commit 5d33630Copy full SHA for 5d33630
README.md
@@ -141,6 +141,10 @@ docker compose up --build
141
Now that everything is built and running we can treat it like any other Rails
142
app.
143
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
+
148
Did you receive an error about a port being in use? Chances are it's because
149
something on your machine is already running on port 8000. Check out the docs
150
in the `.env` file for the `DOCKER_WEB_PORT` variable to fix this.
0 commit comments