From 9e60af8b288ded5c72acb955a98051765eb4b250 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 15 Jul 2024 15:02:22 +0000 Subject: [PATCH] Bot Updating Templated Files --- .github/workflows/permissions.yml | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/permissions.yml b/.github/workflows/permissions.yml index 1447bc5..02e1bdb 100644 --- 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 73037d4..daaa829 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ The container should be run on the same docker network as the service(s) using i * To see the versions of the API your Docker daemon and client support, use `docker version` and check the `API version`. * [Read the docs](https://docs.docker.com/engine/api/) for the API version you are using for an explanation of all the available endpoints. +## 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.