docs: fix wrong local volume paths for docker volumes

docker expects to have absolute paths for local volume definitions
This commit is contained in:
Flow86
2024-11-25 10:13:21 +01:00
committed by Florian Dörsch
parent dfdc14a586
commit 546ee7af5e

View File

@@ -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