File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5
5
- ' **/run'
6
6
- ' **/finish'
7
7
- ' **/check'
8
+ - ' root/migrations/*'
9
+
8
10
jobs :
9
11
permission_check :
10
12
uses : linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ The container should be run on the same docker network as the service(s) using i
61
61
* To see the versions of the API your Docker daemon and client support, use ` docker version ` and check the ` API version ` .
62
62
* [ Read the docs] ( https://docs.docker.com/engine/api/ ) for the API version you are using for an explanation of all the available endpoints.
63
63
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
+
64
68
## Usage
65
69
66
70
To help you get started creating a container from this image you can either use docker compose or the docker cli.
You can’t perform that action at this time.
0 commit comments