Skip to content

Commit

Permalink
Merge pull request #4 from PaesslerAG/Flow86-patch-1
Browse files Browse the repository at this point in the history
docs: fix wrong local volume paths for docker volumes
  • Loading branch information
bkaestner authored Dec 5, 2024
2 parents dfdc14a + 546ee7a commit 94519a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ You can also use the `/opt/paessler/share/scripts` volume for the scripts of the
```sh
docker run -it \
--network bridge \
-v ./scripts:/opt/paessler/share/scripts:ro \
-v ./config:/config \
-v $(pwd)/scripts:/opt/paessler/share/scripts:ro \
-v $(pwd)/config:/config \
--cap-add NET_ADMIN \
--cap-add NET_RAW \
paessler/multi-platform-probe:latest
Expand Down

0 comments on commit 94519a4

Please sign in to comment.