Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from TheSpad/patch-1
Browse files Browse the repository at this point in the history
Fix RO statement for /run/udev, add RO to /dev/disk
  • Loading branch information
j0nnymoe authored Sep 25, 2020
2 parents aec4ed9 + 0e8387c commit 93eb4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ param_env_vars:
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "<path to config>", desc: "Where config is stored." }
- { vol_path: "/dev/disk", vol_host_path: "/dev/disk", desc: "This is how Scrutiny accesses drives." }
- { vol_path: "/run/udev", vol_host_path: "/run/udev:ro", desc: "Provides necessary metadata to Scrutiny." }
- { vol_path: "/dev/disk:ro", vol_host_path: "/dev/disk", desc: "This is how Scrutiny accesses drives." }
- { vol_path: "/run/udev:ro", vol_host_path: "/run/udev", desc: "Provides necessary metadata to Scrutiny." }

param_usage_include_ports: true
param_ports:
Expand Down

0 comments on commit 93eb4c0

Please sign in to comment.