From 929129533f0ff639a4a821e1ca4e412af19f71c6 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 29 Sep 2020 03:57:23 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 433fd47..54ee470 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ docker create \ -e SCRUTINY_COLLECTOR=true \ -p 8080:8080 \ -v :/config \ - -v /dev/disk:/dev/disk \ - -v /run/udev:ro:/run/udev \ + -v /dev/disk:/dev/disk:ro \ + -v /run/udev:/run/udev:ro \ --restart unless-stopped \ linuxserver/scrutiny ``` @@ -100,8 +100,8 @@ services: - SCRUTINY_COLLECTOR=true volumes: - :/config - - /dev/disk:/dev/disk - - /run/udev:ro:/run/udev + - /dev/disk:/dev/disk:ro + - /run/udev:/run/udev:ro ports: - 8080:8080 restart: unless-stopped @@ -121,8 +121,8 @@ Container images are configured using parameters passed at runtime (such as thos | `-e SCRUTINY_WEB=true` | # optional - Run the web service. | | `-e SCRUTINY_COLLECTOR=true` | # optional - Run the metrics collector. | | `-v /config` | Where config is stored. | -| `-v /dev/disk` | This is how Scrutiny accesses drives. | -| `-v /run/udev` | Provides necessary metadata to Scrutiny. | +| `-v /dev/disk:ro` | This is how Scrutiny accesses drives. | +| `-v /run/udev:ro` | Provides necessary metadata to Scrutiny. | ## Environment variables from files (Docker secrets)