Skip to content

Commit

Permalink
Merge pull request #215 from FlowFuse/Fix-Docker-path-to-the-config-f…
Browse files Browse the repository at this point in the history
…ile.md

Fix Docker path to the config file
  • Loading branch information
hardillb authored Dec 19, 2023
2 parents 93e7b48 + f75db66 commit 085927b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We publish a Docker container for the Device Agent as `flowfuse/device-agent` on
When running with the container you will need to mount the `device.yml` obtained when [Registering the device](#register-the-device):

```bash
docker run --mount type=bind,src=/path/to/device.yml,target=/opt/flowfuse/device.yml -p 1880:1880 flowfuse/device-agent:latest
docker run --mount type=bind,src=/path/to/device.yml,target=/opt/flowfuse-device/device.yml -p 1880:1880 flowfuse/device-agent:latest
```

## Configuration
Expand Down

0 comments on commit 085927b

Please sign in to comment.