Skip to content

Commit

Permalink
Merge pull request #4586 from FlowFuse/docs-copy-attrs
Browse files Browse the repository at this point in the history
Docs: Add unique identifier for Docker cmds
  • Loading branch information
knolleary authored Sep 27, 2024
2 parents 71f6b3e + b703f72 commit 9c86060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,19 +196,19 @@ We need to manually download the `flowfuse/node-red` container that will be used

This is done with this command:

```bash
```bash {data-copy-cmd=docker-pull}
docker pull flowfuse/node-red
```

Once that completes we can start FlowFuse:

Using the docker compose plugin
```bash
```bash {data-copy-cmd=docker-compose-up}
docker compose -p flowforge up -d
```

Or using the docker-compose command
```bash
```bash {data-copy-cmd=docker-compose-up}
docker-compose -p flowforge up -d
```

Expand Down

0 comments on commit 9c86060

Please sign in to comment.