From 5b763a72d63bee6c9411965d3381783302e707ca Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 23 Jul 2024 21:27:32 +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 1447bc55..02e1bdb9 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 6cc9793d..e69fe831 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ This image provides various versions that are available via tags. Please read th - Once running the URL will be `http://:6767`. - You must complete all the setup parameters in the webui before you can save the config. +## 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. @@ -125,6 +130,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-v /config` | Persistent config files | | `-v /movies` | Location of your movies | | `-v /tv` | Location of your TV Shows | +| `--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)