Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
micha37-martins committed Sep 12, 2024
1 parent 6c95477 commit d1290a1
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 @@ -169,7 +169,7 @@ docker run \
--privileged \
-v /var/lib/node_exporter/textfile_collector:/var/lib/node_exporter/textfile_collector \
--network=host \
ghcr.io/micha37-martins/smart-disk-monitoring-for-prometheus:latest
ghcr.io/micha37-martins/smartmon:latest
```

> Alternatively to --privileged, you can grant the container access to specific
Expand All @@ -183,7 +183,7 @@ docker run \
--device /dev/sdb \
-v /var/lib/node_exporter/textfile_collector:/var/lib/node_exporter/textfile_collector \
--network=host \
ghcr.io/micha37-martins/smart-disk-monitoring-for-prometheus:latest
ghcr.io/micha37-martins/smartmon:latest
```

You can modify the docker run command to fit your specific needs.
Expand Down

0 comments on commit d1290a1

Please sign in to comment.