From 77d6ab77cea2f50499a656d8f8d2ac0947ee4ed5 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 14 Jul 2024 12:00:08 +0000 Subject: [PATCH] Bot Updating Templated Files --- .github/workflows/permissions.yml | 2 ++ README.md | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 1447bc5..02e1bdb 100755 --- a/.github/workflows/permissions.yml +++ b/.github/workflows/permissions.yml @@ -5,6 +5,8 @@ on: - '**/run' - '**/finish' - '**/check' + - 'root/migrations/*' + jobs: permission_check: uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1 diff --git a/README.md b/README.md index 62a4858..9b5036c 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/d # changelog +## Read-Only Operation + +This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/). + + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -135,6 +140,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-v /config` | Database and Radarr configs | | `-v /movies` | Location of Movie library on disk (See note in Application setup) | | `-v /downloads` | Location of download managers output directory (See note in Application setup) | +| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). | ## Environment variables from files (Docker secrets)