Skip to content

Commit 9e60af8

Browse files
Bot Updating Templated Files
1 parent 14952ab commit 9e60af8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/permissions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
- '**/run'
66
- '**/finish'
77
- '**/check'
8+
- 'root/migrations/*'
9+
810
jobs:
911
permission_check:
1012
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ The container should be run on the same docker network as the service(s) using i
6161
* To see the versions of the API your Docker daemon and client support, use `docker version` and check the `API version`.
6262
* [Read the docs](https://docs.docker.com/engine/api/) for the API version you are using for an explanation of all the available endpoints.
6363

64+
## Read-Only Operation
65+
66+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
67+
6468
## Usage
6569

6670
To help you get started creating a container from this image you can either use docker compose or the docker cli.

0 commit comments

Comments
 (0)