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

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Sep 29, 2020
1 parent 93eb4c0 commit 9291295
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ docker create \
-e SCRUTINY_COLLECTOR=true \
-p 8080:8080 \
-v <path to config>:/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
```
Expand All @@ -100,8 +100,8 @@ services:
- SCRUTINY_COLLECTOR=true
volumes:
- <path to config>:/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
Expand All @@ -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)

Expand Down

0 comments on commit 9291295

Please sign in to comment.