Skip to content

Commit acf7eb7

Browse files
Bot Updating Templated Files
1 parent 284b34a commit acf7eb7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ Keep in mind that this var will only be considered when the confs are regenerate
132132

133133
Don't forget to set the necessary POSTUP and POSTDOWN rules in your client's peer conf for lan access.
134134

135+
## Read-Only Operation
136+
137+
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
138+
139+
### Caveats
140+
* Not supported in client mode.
141+
* Not supported for the `legacy` tag.
142+
143+
135144
## Usage
136145

137146
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
@@ -216,6 +225,7 @@ Containers are configured using parameters passed at runtime (such as those abov
216225
| `-v /config` | Contains all relevant configuration files. |
217226
| `-v /lib/modules` | Host kernel modules for situations where they're not already loaded. |
218227
| `--sysctl=` | Required for client mode. |
228+
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
219229

220230
### Portainer notice
221231

0 commit comments

Comments
 (0)