File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 55 - ' **/run'
66 - ' **/finish'
77 - ' **/check'
8+ - ' root/migrations/*'
9+
810jobs :
911 permission_check :
1012 uses : linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
Original file line number Diff line number Diff line change @@ -132,6 +132,15 @@ Keep in mind that this var will only be considered when the confs are regenerate
132132
133133Don'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
137146To 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
You can’t perform that action at this time.
0 commit comments