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 71f6b3e commit b703f72Copy full SHA for b703f72
docs/install/docker/README.md
@@ -196,19 +196,19 @@ We need to manually download the `flowfuse/node-red` container that will be used
196
197
This is done with this command:
198
199
-```bash
+```bash {data-copy-cmd=docker-pull}
200
docker pull flowfuse/node-red
201
```
202
203
Once that completes we can start FlowFuse:
204
205
Using the docker compose plugin
206
+```bash {data-copy-cmd=docker-compose-up}
207
docker compose -p flowforge up -d
208
209
210
Or using the docker-compose command
211
212
docker-compose -p flowforge up -d
213
214
0 commit comments